diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b5e324d77a332502a191e5d94595d923ff5c449..c56983545f3eaa75526eef078541c403373c8856 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