diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 761510c8f2b5bea3e15734ac261bf952e88c194b..cbec212701b30903cf81d63e499ec97c7a098ffe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,6 +156,10 @@ variables:
   script:
     - bash ./.ci/test_template.sh
 
+test:3.6:
+  stage: test
+  image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
+  <<: *test_template
 
 test:3.7:
   stage: test