diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d019ae37b4901c201d71c37cbf902d605858c9d..db54181a58e5ede368ca735a8e4a0ff8b2187573 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ sonarqube-check:
     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
   dependencies:
-    - unittest:tests
+    - tests
   cache:
     key: "${CI_JOB_NAME}"
     paths: