From 7038472d33cc45abf960ea959578ad05cd9ef1be Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 30 Sep 2020 20:13:36 +0100 Subject: [PATCH] Put in the fully resolved path --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: