Skip to content
Snippets Groups Projects
Commit bc446c8e authored by ekouejor.follysod's avatar ekouejor.follysod
Browse files

fix image

parent 0a71147a
Branches
No related tags found
No related merge requests found
...@@ -4,14 +4,15 @@ stages: ...@@ -4,14 +4,15 @@ stages:
- sonarqube-vulnerability-report - sonarqube-vulnerability-report
- documentation - documentation
image:
name: leadrien/isc-sonar-scanner-cli:latest
variables: variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache 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 GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
default: default:
image:
name: leadrien/isc-sonar-scanner-cli:latest
cache: cache:
paths: paths:
- node_modules - node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment