Skip to content
Snippets Groups Projects
Commit 58c576ce authored by Neda Moeini's avatar Neda Moeini
Browse files

Update .gitlab-ci.yml file

parent bad962f1
No related branches found
No related tags found
1 merge request!93Added SonarQube to the pipeline.
Pipeline #84326 passed
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
...@@ -52,6 +52,6 @@ sonarqube: ...@@ -52,6 +52,6 @@ sonarqube:
stage: sonarqube stage: sonarqube
image: sonarsource/sonar-scanner-cli image: sonarsource/sonar-scanner-cli
script: script:
- sonar-scanner -Dproject.settings=./sonar.properties - sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
tags: tags:
- docker-executor - docker-executor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment