diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92858679da8034ecfdb1cc34e8086ee01ff41cac..ee4956682df0356c33eee13d4b1748b85b197c58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ debian_stable_i386_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - tar_em_up.sh -B
+     - ./tar_em_up.sh -B
    artifacts:
      expire_in: 1 week
      paths:
@@ -25,7 +25,7 @@ debian_stable_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - tar_em_up.sh -B
+     - ./tar_em_up.sh -B
    artifacts:
      expire_in: 1 week
      paths:
@@ -39,7 +39,7 @@ ubuntu_14.04_i386_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - tar_em_up.sh -B
+     - ./tar_em_up.sh -B
    artifacts:
      expire_in: 1 week
      paths:
@@ -53,7 +53,7 @@ ubuntu_14.04_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - tar_em_up.sh -B
+     - ./tar_em_up.sh -B
    artifacts:
      expire_in: 1 week
      paths:
@@ -67,7 +67,7 @@ ubuntu_16.04_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - tar_em_up.sh -B
+     - ./tar_em_up.sh -B
    artifacts:
      expire_in: 1 week
      paths: