diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5141eb044bbfd37dd65b34e0c82ba9e302176423..689be219dab1d6a300bdc544e4c9bda9b663da6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ stages:
     #- ./_ci/install.sh _ci #updates
     - ./_ci/before_build.sh
   script:
-    - ./_ci/build.sh
+    - ./_ci/build.sh 1
   after_script:
     - ./_ci/after_build.sh
   artifacts:
@@ -46,7 +46,7 @@ stages:
     #- ./_ci/install.sh _ci #updates
     - ./_ci/before_test.sh
   script:
-    - ./_ci/test.sh
+    - ./_ci/test.sh 1
   after_script:
     - ./_ci/after_test.sh