diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a8e798..dce3b50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,11 @@ stages: build: image: node:fermium-buster tags: - - docker-build + - docker stage: build - script: npm run build + script: + - npm ci + - npm run build artifacts: paths: - public @@ -15,7 +17,7 @@ build: deploy: image: docker tags: - - docker-build + - docker stage: deploy environment: name: sol-journal