diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a938e1..b913545 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:lts # Functions that should be executed before the build script is run before_script: - - npm run install --ci + - npm install --ci pages: script: - npm run build