From 512724300ef0490e79a078389a1c7e0932f29349 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Wed, 19 Dec 2018 08:31:56 -0600
Subject: [PATCH] Update .gitlab-ci.yml: cloning @alexander-pace's
 lalsuite-extra repo in an effort to save time in testing.

---
 .gitlab-ci.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26a7cf7cc4..c663504d33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab