From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 12:21:58 +0000 (+0200) Subject: Use only ref slug for cache X-Git-Tag: v2.0.1^2~4 X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/827c56a92ea6a4a1701345baf4b2e32a4a45d434 Use only ref slug for cache --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5823158..40bffad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ before_script: - npm install cache: - key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" + key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ - .nyc_output/