Skip to content
Snippets Groups Projects
Commit c485c04f authored by arlind.baftiju's avatar arlind.baftiju
Browse files

Update .gitlab-ci.yml file

parent 40479c0f
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@ stages:
- build
- quality
image:
name: leadrien/isc-sonar-scanner-cli:latest
variables:
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
......@@ -26,6 +23,7 @@ build_arlind_npm:
- target/
build-sonar:
image: leadrien/isc-sonar-scanner-cli:latest
stage: quality
cache:
policy: pull-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment