From 718698a19f57a15d97e42c0d18aa311fa00959a3 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 22 Sep 2016 18:54:06 +0200
Subject: [PATCH] Further attempt to fix CI

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95ab807..88bb5a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 test_app:
-  script: 
+  script:
+    - . /home/greg/lalsuite-install/etc/lalapps-user-env.sh
     - /home/greg/anaconda2/bin/python tests.py TestWriter
     - /home/greg/anaconda2/bin/python tests.py TestBaseSearchClass
     - /home/greg/anaconda2/bin/python tests.py TestComputeFstat
-- 
GitLab