From 91728f328d6ef3a73231ac1b1abc1c987ac5939c Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Wed, 9 Jun 2021 12:25:50 +0000
Subject: [PATCH] Use python version that matches version of itango image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee1a9b99..8d9cd916b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,5 @@ linting:
     - tox -e pep8
 unit_test:
   stage: unit-tests
-#  image: python:3.6-buster
   script:
-    - tox -e py36
\ No newline at end of file
+    - tox -e py37
\ No newline at end of file
-- 
GitLab