diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4be051c..bc68f38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ Compile: stage: compiling script: - apt update - - apt install npm + - apt install -y 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