diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6798779f957745df6b7e0509e6feb1819a236372..b95635b7b5da68075dfd93c4b4ede43cda7139b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ default:
 
 stages:
   - buildStatic
-  - release 
+  - testStatic 
 variables:
 
 before_script:
@@ -19,6 +19,14 @@ buildStatic:
     - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on
     - ls -l ./src
 
+testUbuntu:
+  tags:
+    - docker
+  image: ubuntu
+  stage: testStatic
+  script:
+    - ./src/sscocaller -h
+
 
 
 #release: