diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61865acb9146229f4fac5d7b2cd2307eb9722de8..01c7cf2e5235b7a108a43f644672c3a045585d16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ lint-shell-script:
   services:
   image: koalaman/shellcheck:latest
   script:
-    - find . -name "*.sh" -execdir shellcheck {} \;
+    - find . -name "*.sh" -exec shellcheck {} \;
 
 #
 # IMAGE BUILDS/PUSHES