From 5579f32fb6cfa59fd8cc1b070c1d74eb64b035f1 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 11 Oct 2024 22:16:43 +0200
Subject: [PATCH] fix ci pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28cf5fb..60a71e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ stages:
 
 .run_script:
   stage: run_scripts
-  image: python:3-alpine
+  image: python:3-bookworm
   tags:
-  - amd64 # needed for matplotlib
+  - amd64 # needed for matplotlib & scikit-learn
   variables:
     PIP_ROOT_USER_ACTION: ignore
   before_script:
-- 
GitLab