diff --git a/tool-sonar7.gitlab-ci.yml b/tool-sonar7.gitlab-ci.yml index c98314f..729f6ad 100644 --- a/tool-sonar7.gitlab-ci.yml +++ b/tool-sonar7.gitlab-ci.yml @@ -1,6 +1,6 @@ .sonar-template: stage: test - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-sonar-tool:latest + image: $MAVEN_IMAGE variables: SONAR_HOST_URL: http://sonar7.exxcellent.de/sonar7 SONAR_PROJECT_KEY: "" @@ -13,4 +13,4 @@ "-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectName=$SONAR_PROJECT_NAME" "-Dsonar.exclusions=$SONAR_EXCLUSIONS" - - sonar-break-build + "-Dsonar.buildbreaker.skip=true"