From edb2560fac4969cba8be0346f1d007809d9a897d Mon Sep 17 00:00:00 2001 From: L4168 <L4168@student.jamk.fi> Date: Wed, 3 Jul 2019 11:38:24 +0300 Subject: [PATCH] added tags --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b5e324..c569835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,9 @@ e2e-testing: sonarqube: stage: analysis image: ciricihq/gitlab-sonar-scanner + tags: ['docker'] + only: + - testing variables: SONAR_URL: http://10.166.0.3:9000 SONAR_ANALYSIS_MODE: preview @@ -53,6 +56,9 @@ sonarqube: sonarqube-reports: stage: analysis image: ciricihq/gitlab-sonar-scanner + tags: ['docker'] + only: + - testing variables: SONAR_URL: http://10.166.0.3:9000 SONAR_ANALYSIS_MODE: publish -- GitLab