diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c56983545f3eaa75526eef078541c403373c8856..21c190a7d7f866560cfbde6aa6e98551221fc05e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ sonarqube: image: ciricihq/gitlab-sonar-scanner tags: ['docker'] only: - - testing + - Development variables: SONAR_URL: http://10.166.0.3:9000 SONAR_ANALYSIS_MODE: preview @@ -58,7 +58,7 @@ sonarqube-reports: image: ciricihq/gitlab-sonar-scanner tags: ['docker'] only: - - testing + - Development variables: SONAR_URL: http://10.166.0.3:9000 SONAR_ANALYSIS_MODE: publish