From 42861a532731d74a87d91035b92764a6978a1807 Mon Sep 17 00:00:00 2001
From: "Hock, Martin" <martin.hock@fst.tu-darmstadt.de>
Date: Wed, 2 Nov 2022 09:38:32 +0100
Subject: [PATCH] Set python image to 3.10 to evade potential problems.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd04a43..3877926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:latest
+image: python:3.10
 stages:
 - linting
 - testing
-- 
GitLab