From 448f0f6990d576565dc5613246646b62e7633092 Mon Sep 17 00:00:00 2001
From: Chris Pastl <chris@crispybits.app>
Date: Thu, 14 Mar 2024 23:18:54 +0100
Subject: [PATCH] ci: use python3.11 instead of slim version

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ab2fd5e..1b124615 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ build-openapi-scheme:
 
 run_test_cases:
   stage: test
-  image: python:3.11-slim
+  image: python:3.11
   before_script:
     - *install_requirements
   script:
-- 
GitLab