From 0e5ed4c6c654068c2d6e6fbfd0026963aae4dd85 Mon Sep 17 00:00:00 2001
From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de>
Date: Thu, 27 Jun 2024 08:31:50 +0000
Subject: [PATCH] Pipeline: set python version to 3.10

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 443c519ac..c279e829c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@
 
 # Official language image. Look for the different tagged releases at:
 # https://hub.docker.com/r/library/python/tags/
-image: python:latest
+image: python:3.10 #Otherwise use 'latest'
 
 # Change pip's cache directory to be inside the project directory since we can
 # only cache local items.
-- 
GitLab