diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c0f32e1c954d80c80f125fc1c6467b69c467b2..6729d52c49bd777c08336e0c4987ab3cc6340092 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