From 30b3e19832521a934016fdd0f376189d3893282f Mon Sep 17 00:00:00 2001
From: Dominik Weitz <mollux@mollux.de>
Date: Fri, 6 Nov 2020 18:21:45 +0100
Subject: [PATCH] Pin Python version for CI to Python 3.7

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ec8b7c4..219f6834 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:latest
+image: python:3.7
 
 services:
   - mysql:5.7
-- 
GitLab