From a2beba46b8d0e8bdc00ead9e18f46b827dcf7472 Mon Sep 17 00:00:00 2001
From: L4168 <L4168@student.jamk.fi>
Date: Wed, 3 Jul 2019 11:39:02 +0300
Subject: [PATCH] run only in Development

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c569835..21c190a 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
-- 
GitLab