Skip to content
Snippets Groups Projects
Commit b8d00165 authored by nfontrod's avatar nfontrod
Browse files

moving artifacts in sonarqube-check

parent 5a796088
Branches
No related tags found
No related merge requests found
Pipeline #129 passed
......@@ -19,9 +19,7 @@ tests:
script:
- coverage run -m unittest discover
- coverage xml
artifacts:
reports:
junit: coverage.xml
sonarqube-check:
image:
......@@ -32,6 +30,9 @@ sonarqube-check:
SONAR_HOST_URL: http://192.168.1.58:9000/ # You have to not use localhost otherwise it will not work
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
artifacts:
reports:
junit: coverage.xml
cache:
key: "${CI_JOB_NAME}"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment