From bc446c8e230be8391b44bb78bb53444c2489ae20 Mon Sep 17 00:00:00 2001 From: "ekouejor.follysod" <ekoue-jordan.folly-sodoga@etu.hesge.ch> Date: Wed, 26 Mar 2025 16:14:11 +0100 Subject: [PATCH] fix image --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 624dd00..037be1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,15 @@ stages: - sonarqube-vulnerability-report - documentation -image: - name: leadrien/isc-sonar-scanner-cli:latest + variables: SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task default: + image: + name: leadrien/isc-sonar-scanner-cli:latest cache: paths: - node_modules -- GitLab