diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7cf5ab..4c1b73e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,13 @@ image: "node:lts-slim" cache: key: ${CI_COMMIT_REF_SLUG} paths: - - ~/.npm + - $(npm config get cache) - ./.cache pages: stage: deploy script: + - npm config get cache - npm ci --production - npm run release artifacts: