diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45fa69739fdcc64a984fe9bcf3a9eb165eb30eca..61ed3a088f8f912077a269a22a41bfaceb7f3878 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ test-in-debian-job:   # This job runs in the test stage.
   image:
     name: "${IMAGE_TARGET_DEB}:latest"
   script:
-    - shellcheck --color=always --shell=bash --enable=all --exclude=SC2317 "validate_workflow.sh"
+    - shellcheck --color=always --shell=bash --enable=all --exclude=SC2317 "src/usr/local/bin/validate_workflow.sh"
 
 packaging-deb-job:
   stage: packaging