From df2ad7d7cb032a40a44c9a05605ab2f0ad8474fb Mon Sep 17 00:00:00 2001
From: L4168 <L4168@student.jamk.fi>
Date: Wed, 3 Jul 2019 11:12:19 +0300
Subject: [PATCH] sonar-analysis-mode preview

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d43bb24..10d2917 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,7 @@ sonarqube:
   variables:
     SONAR_URL: http://10.166.0.3:9000
     SONAR_LOGIN: $SONAR_TOKEN
+    SONAR_ANALYSIS_MODE: preview
   script:
     - sonar-scanner-preview
     - sonar-scanner
-- 
GitLab