diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbe5dd8..02aeb77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:16-alpine +image: registry.nic.cz/turris/reforis/reforis/reforis-image stages: - test @@ -6,7 +6,7 @@ stages: - publish before_script: - - apk add make + - apt-get update && apt-get install -y make - npm install test: