diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f296d1..7a938e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ image: node:lts # Functions that should be executed before the build script is run before_script: - - yarn install --frozen-lockfile + - npm run install --ci pages: script: - - yarn build + - npm run build artifacts: paths: # The folder that contains the files to be exposed at the Page URL