From a86073fed6a086ab8bb4730bb201d45c3b28e329 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Tue, 2 Oct 2018 12:56:05 +1000
Subject: [PATCH] Use bilbydev images and add python 2 build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e05a810e..3e326247 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,14 +16,10 @@ stages:
 # test example on python 2
 python-2:
   stage: test
-  image: continuumio/anaconda
+  image: bilbydev/test-suite-py2
   before_script:
-    - apt-get update
-    - apt-get install gcc -y
-    - apt install -y libgl1-mesa-glx
     - pip install -r requirements.txt
     - pip install -r optional_requirements.txt
-    - pip install enum
   script:
     - python setup.py install
     # Run tests without finding coverage
@@ -32,7 +28,7 @@ python-2:
 # test example on python 3
 python-3:
   stage: test
-  image: gregoryashton/bilby-test-suite-py3
+  image: bilbydev/test-suite-py3
   before_script:
     - pip install -r requirements.txt
     - pip install -r optional_requirements.txt
-- 
GitLab