From 02dff7f6673003e203993d6946c7c65130f0d2cc Mon Sep 17 00:00:00 2001
From: jack-parsons <jack.parsons.uk@icloud.com>
Date: Wed, 24 Jul 2019 17:32:54 +0100
Subject: [PATCH] Using image python 3.6

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66236a8..44a7f57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,4 @@
 doctests and unitests:
+    image: python:3.6
     script: pip install pytest
             pytest --doctest-modules -v --ignore=GUIs
\ No newline at end of file
-- 
GitLab