diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9ab145c938ecd91e1a8a66f738a177ae2bea866..05d53706475401c92bd4fbafeb5abbf6efa5def9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ overlap_check:
     - ["compile"]
   script:
     #- $(exit $(checkOverlaps -c topside.xml  | tee doc/overlap_check.out | wc -l ))
-    - checkOverlaps -c topside.xml  | tee doc/overlap_check.out | wc -l
+    - checkOverlaps -c eic_beamline.xml  | tee doc/overlap_check.out | wc -l
     - cat doc/overlap_check.out
   allow_failure: true