Skip to content
Snippets Groups Projects
Commit 55a5d4da authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 79024e64
No related branches found
No related tags found
1 merge request!3Fix the overlap check
Pipeline #6680 passed
...@@ -27,7 +27,7 @@ overlap_check: ...@@ -27,7 +27,7 @@ overlap_check:
- ["compile"] - ["compile"]
script: script:
#- $(exit $(checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l )) #- $(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 - cat doc/overlap_check.out
allow_failure: true allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment