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

Updated Sonarqube in pipeline.

parent af2361f1
No related branches found
No related tags found
No related merge requests found
Pipeline #84320 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
stages: stages:
- tox - tox
- documentation - documentation
- sonarqube
include: include:
- docs/.gitlab-ci.yml - docs/.gitlab-ci.yml
...@@ -16,6 +16,7 @@ run-tox-pipeline: ...@@ -16,6 +16,7 @@ run-tox-pipeline:
services: services:
- postgres:15.4 - postgres:15.4
# Change pip's cache directory to be inside the project directory since we can # Change pip's cache directory to be inside the project directory since we can
# only cache local items. # only cache local items.
variables: variables:
...@@ -47,9 +48,8 @@ run-tox-pipeline: ...@@ -47,9 +48,8 @@ run-tox-pipeline:
paths: paths:
- htmlcov - htmlcov
sonarqube-analysis: sonarqube:
image: sonarsource/sonar-scanner-cli stage: sonarqube
script: image: sonarsource/sonar-scanner-cli
- sonar-scanner script:
only: - sonar-scanner
- develop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment