Commit the change to SonarQube as a specific user
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b22e6c..e0d65a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,4 +18,4 @@
     - $GRADLE test jacocoTestCoverageVerification
     - if [ $NEXUS_USER_NAME ]; then $GRADLE publish; fi
     - if [ !$NEXUS_USER_NAME ]; then $GRADLE publishToMavenLocal; fi
-    - '$GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR'
+    - '$GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR -Dsonar.login=${SONAR_LOGIN}'