From 52bbda1a588076525c828593f02a2510444b2bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= <ismael.bouya@normalesup.org> Date: Sat, 18 Jun 2022 16:10:00 +0200 Subject: [PATCH] Try fix CI --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c0f32..6729d52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - publish .node: &node - image: node:9.6-alpine + image: node:14-alpine tags: - redshift-docker-runner @@ -11,10 +11,11 @@ pages: stage: publish script: - npm install marked - - ./node_modules/.bin/marked README.md -o public/index.html + - npx marked README.md -o public/index.html artifacts: untracked: true paths: - public only: - master + - try_fix_ci -- GitLab