diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 44e9047..37f5210 100644 --- a/templates/static-analysis/sonar-8.gitlab-ci.yml +++ b/templates/static-analysis/sonar-8.gitlab-ci.yml @@ -8,7 +8,7 @@ SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_TIMEOUT: "10000" -.sonar-template: +.sonar-maven: extends: .sonar-template-common image: $MAVEN_IMAGE script: @@ -21,7 +21,7 @@ "-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT" "-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT" -.sonar-template-gradle: +.sonar-gradle: extends: .sonar-template-common image: $GRADLE_IMAGE script: