diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8001df1710591d4cbb052772c01eba3c3a73314..c0c4c03e7fbce783f139d342273bcca9ab195deb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,7 +123,7 @@ overlap_check:
   needs: 
     - ["common:detector"]
   script:
-    - checkOverlaps -t 0.001 -c ${DETECTOR_PATH}/reference_detector.xml  | tee doc/overlap_check.out 
+    - checkOverlaps -c ${DETECTOR_PATH}/reference_detector.xml  | tee doc/overlap_check.out 
     - echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
     - if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi