diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b95635b7b5da68075dfd93c4b4ede43cda7139b6..cd9326b7c0578ec89e67e6289da01f534d584b90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,31 @@ testUbuntu:
   script:
     - ./src/sscocaller -h
 
+testSebian:
+  tags:
+    - docker
+  image: debian
+  stage: testStatic
+  script:
+    - ./src/sscocaller -h
+    
+## (Red Hat 4.8.5-39)
+testFunction:
+  tags:
+    - docker
+  stage: testStatic
+  script:
+    - sh tests/test.sh
+
+testFedora:
+  tags:
+  - docker
+  image: fedora
+  stage: testStatic
+  script:
+  - ./src/sscocaller -h
+
+
 
 
 #release: