We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc3a4a commit 2bfa195Copy full SHA for 2bfa195
1 file changed
.gitlab-ci.yml
@@ -67,12 +67,12 @@ pytest-main:
67
- if: $CI_PIPELINE_SOURCE == "schedule"
68
69
sonar:
70
+ image: sonarsource/sonar-scanner-cli
71
stage: sonar
72
+ before_script: []
73
variables:
74
SONAR_HOST_URL: $INS_SONAR_URL
75
SONAR_LOGIN: $INS_SONAR_LOGIN
- image:
- name: sonarsource/sonar-scanner-cli
76
script:
77
- sonar-scanner -Dsonar.projectKey=$CI_PROJECT_NAME -Dsonar.branch.name=$CI_BUILD_REF_NAME -Dsonar.python.coverage.reportPaths=test-reports/coverage.xml
78
allow_failure: true
0 commit comments