diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8880c4..4be051c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ image: ubuntu:20.04 Compile: stage: compiling script: + - apt update + - apt install npm - npm install - if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then npm run build:prod ; fi - if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then npm run build:nightly ; fi