diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26a7cf7cc483025881fff24ac56d1d7fb83e5b26..c663504d33c703c47ac5c117ced11c62afb7195c 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