diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a536b4c55f1a45e9db0856104949347209ab9382..9d239239e56d61151681603d6fb6b6cdb0199651 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,11 @@ stages: - build - quality -cache: - key: npm +default: + cache: + key: npm + paths: + - node_modules/ image: node:lts-slim construire: