diff --git a/project-maven-azure-docker/sonarqubejs.yml b/project-maven-azure-docker/sonarqubejs.yml
index 743a5ee4a32311a74b525b5ce1dc4a3ccbdd7122..e495dc94fc4d45c6e9ca6faf23fbe556f391fbe9 100644
--- a/project-maven-azure-docker/sonarqubejs.yml
+++ b/project-maven-azure-docker/sonarqubejs.yml
@@ -1,7 +1,8 @@
 sonarqube-check:
-  image: 
-    name: sonarsource/sonar-scanner-cli:latest
-    entrypoint: [""]
+ image: $ACR_URL/sonarsource/sonar-scanner-cli:latest
+  entrypoint: [""]
+  tags:
+    - docker
   variables:
     SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar"  # Defines the location of the analysis task cache
     GIT_DEPTH: "0"  # Tells git to fetch all the branches of the project, required by the analysis task