Skip to content

Commit ba82d10

Browse files
authored
Use sonarsource/sonar-scanner-cli for CI build
1 parent 91f89a2 commit ba82d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ acceptance test:
3737

3838
sonar:
3939
stage: analysis
40-
image: mercuriete/sonar-scanner
40+
image: sonarsource/sonar-scanner-cli
4141
script:
4242
- sonar-scanner -Dsonar.host.url=$$$SONAR_URL$$$ -Dsonar.projectKey=$$$SONAR_PROJECT_KEY$$$ -Dsonar.projectName=$$$SONAR_PROJECT_KEY$$$
4343

0 commit comments

Comments
 (0)