diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1a6b6e98a9b329737c6d96dc1133e7413685204..a90312be8463bcfa790a1128674f82837c77fdaf 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:
      paths:
        - a.out
@@ -24,7 +24,7 @@ debian_stable_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - ./tar_em_up.sh -b
+     - ./tar_em_up.sh -B
 
 ubuntu_14.04_i386_deb:
    tags:
@@ -34,7 +34,7 @@ ubuntu_14.04_i386_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - ./tar_em_up.sh -b
+     - ./tar_em_up.sh -B
 
 ubuntu_14.04_amd64_deb:
    tags:
@@ -44,7 +44,7 @@ ubuntu_14.04_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - ./tar_em_up.sh -b
+     - ./tar_em_up.sh -B
 
 ubuntu_16.04_amd64_deb:
    tags:
@@ -54,4 +54,4 @@ ubuntu_16.04_amd64_deb:
    script:
      - echo `pwd`
      - cd l2ork_addons
-     - ./tar_em_up.sh -b
+     - ./tar_em_up.sh -B