From 553f4b6a172cb0b32f25e714e6ac1d3769d18350 Mon Sep 17 00:00:00 2001 From: Matthieu BENOIST <ext.ausy.mbenoist@grandlyon.com> Date: Tue, 15 Apr 2025 14:30:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5541653..0f5cfda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: build: stage: build script: - - npm ci # install deps + - npm install # install deps - npm run build # Compile artifacts: paths: -- GitLab