diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fda07cf2b227ebd70aa7983a387d716b10b644c..1448e6dc0723b7fe61d89a2eba1d825dc7d1e718 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ --- include: - remote: "https://gitlab.esss.lu.se/ics-infrastructure/gitlab-ci-yml/raw/master/PreCommit.gitlab-ci.yml" + - remote: "https://gitlab.esss.lu.se/ics-infrastructure/gitlab-ci-yml/raw/master/SonarScanner.gitlab-ci.yml" variables: CONTAINER_TEST_IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME" @@ -54,13 +55,6 @@ test: junit: junit.xml expire_in: 1 hour -analyse: - stage: analyse - image: registry.esss.lu.se/ics-docker/sonar-scanner:3 - before_script: [] - script: - - sonar-scanner -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.projectVersion=$CI_COMMIT_REF_NAME - release-image: stage: release image: docker:latest