diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54be38efe8bec14c1703d5a1b7b9da76bcb66aeb..1a6310137d30b9f0c76e991ddfb6bf78e99290f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,13 @@
 test:2.7:
-  image: wxpython-python2.7:4.0.0a2
+  image: fsleyes-py27
   script:
     - cat requirements.txt | xargs -n 1 pip install
     - pip install scipy
     - xvfb-run python setup.py test
     - coverage report -m
 
-test:3.5:
-  image: wxpython-python3.6:4.0.0a2
+test:3.6:
+  image: fsleyes-py36
   script:
     - cat requirements.txt | xargs -n 1 pip install
     - pip install scipy