From 44b4ef49ffcfc25e0bda5d1c11a9ebca4717a74a Mon Sep 17 00:00:00 2001
From: Chris Pastl <chris@crispybits.app>
Date: Thu, 14 Mar 2024 23:08:35 +0100
Subject: [PATCH] ci: add python image to run_test_cases

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

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