diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ae8516e2a1404c4720c10a1b5ea66ceef5db3d2..1b143dfecbadc4a8e8e4adfab1c3fe2bc087a4c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,6 @@ buildStatic:
   script:
     - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on
     - ls -l ./src
-    - sh tests/test.sh
   artifacts:
     paths:
       - ./src/sscocaller
@@ -28,7 +27,7 @@ testUbuntu:
   stage: testStatic
   script:
     - ./src/sscocaller -h
-
+    - sh tests/test.sh
 testDebian:
   tags:
     - docker