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