diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa8276f3a95b465e003673d4fbf31b0820e506ba..1ad20ae4626ae5f435f11bf7fc5037386111d199 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ track_test1:
     - sodium
   script:
     - bash trackers/dummy_test.sh
+  allow_failure: true
 
 cal_test1:
   stage: calorimeters
@@ -19,6 +20,7 @@ cal_test1:
     - sodium
   script:
     - bash calorimeters/dummy_test.sh
+  allow_failure: true
 
 pid_test1:
   stage: pid
@@ -26,6 +28,7 @@ pid_test1:
     - sodium
   script:
     - bash pid/dummy_test.sh
+  allow_failure: true
 
 
       #pages: