diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 624dd005c21917fd68611f524ef556e9c04d2d19..037be1eb2735aec03968d7a64ede54fe203437a4 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