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

modified: .gitlab-ci.yml

parent 2517eeef
No related branches found
No related tags found
1 merge request!1Fixing the CI to run with generic benchmarks.
Pipeline #71929 failed
...@@ -188,11 +188,12 @@ dump_constants: ...@@ -188,11 +188,12 @@ dump_constants:
needs: needs:
- ["common:detector"] - ["common:detector"]
script: script:
- ls -lrth compact - ls -lrth .
- ls -lrth ${DETECTOR_PATH}/ - ls -lrth ${DETECTOR_PATH}/
- ls -lrth ${DETECTOR_PATH}/compact - ls -lrth ${DETECTOR_PATH}/compact
- ./.local/bin/env.sh - ./.local/bin/env.sh
- ./.local/bin/print_env.sh - ./.local/bin/print_env.sh
- echo "${LD_LIBRARY_PATH}"
- npdet_info dump ${DETECTOR_PATH}/DII.xml | tee doc/constants.out - npdet_info dump ${DETECTOR_PATH}/DII.xml | tee doc/constants.out
overlap_check_tgeo: overlap_check_tgeo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment