diff --git a/sonarqube/sonarqube-maven.yml b/sonarqube/sonarqube-maven.yml index a311911e8812a6bd6626a9b715337beb7d11188f..391019ac3e53f57b785bedb2d19231fcac0706b9 100644 --- a/sonarqube/sonarqube-maven.yml +++ b/sonarqube/sonarqube-maven.yml @@ -1,6 +1,8 @@ sonarqube-check: stage: .pre - image: maven:3.6.3-jdk-11 + image: $ACR_URL/maven:3.6.3-jdk-11 + tags: + - docker 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