Skip to content
Snippets Groups Projects
Commit 51272430 authored by Alexander Pace's avatar Alexander Pace Committed by Kipp Cannon
Browse files

Update .gitlab-ci.yml: cloning @alexander-pace's lalsuite-extra repo in an...

Update .gitlab-ci.yml: cloning @alexander-pace's lalsuite-extra repo in an effort to save time in testing. 
parent 9792c936
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,13 @@ test:gstlal:
script:
- export GSTLAL_FIR_WHITEN=0
## Get the necessary ROM data:
#- git clone https://git.ligo.org/lscsoft/lalsuite-extra.git ${GSTLAL_DIR}/lalsuite-extra
#- export LAL_DATA_PATH=${GSTLAL_DIR}/lalsuite-extra/data/lalsimulation/
# Get the necessary ROM data:
- git clone https://git.ligo.org/lscsoft/lalsuite-extra.git ${GSTLAL_DIR}/lalsuite-extra
- export LAL_DATA_PATH=${GSTLAL_DIR}/lalsuite-extra/data/lalsimulation/
- git clone https://git.ligo.org/alexander-pace/gstlal-testing-data.git ${GSTLAL_DIR}/gstlal-testing-data
- export LAL_DATA_PATH=${GSTLAL_DIR}/gstlal-testing-data/
# Run doctests
- cd gstlal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment