From 8978f536d8512fcd59969006edba5e2f2caed590 Mon Sep 17 00:00:00 2001 From: "ekouejor.follysod" <ekoue-jordan.folly-sodoga@etu.hesge.ch> Date: Wed, 26 Mar 2025 16:01:53 +0100 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 72d8dcd..12c4cdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,12 +12,12 @@ variables: GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task default: - image: node:lts-slim cache: paths: - node_modules build: + image: node:lts-slim stage: build before_script: npm ci script: npm run build -- GitLab