From c22a361f465b99d85dc2772262a709f065ec8db8 Mon Sep 17 00:00:00 2001 From: "cyril.rouiller" <cyril.rouiller@etu.hesge.ch> Date: Wed, 26 Mar 2025 16:19:38 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a536b4c..9d23923 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: -- GitLab