From f994896b6901e7acf4b4c6877df6fa963c1ab532 Mon Sep 17 00:00:00 2001
From: Jakob Moser <moser@cl.uni-heidelberg.de>
Date: Tue, 10 Dec 2024 15:22:17 +0000
Subject: [PATCH] Fix to Python 3.12 for now

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fab6fd..593d586 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ lint-openapi:
     allow_failure: true
 
 test-frontend:
-    image: python
+    image: python:3.12
     stage: test
     before_script:
         - apt-get update
@@ -44,7 +44,7 @@ test-frontend:
         expire_in: 1 week
 
 test-python:
-    image: python:latest
+    image: python:3.12
     stage: test
     cache: 
       paths:
-- 
GitLab