From 8ecf653d938073858e2e46d6b492600045cf9bbf Mon Sep 17 00:00:00 2001
From: Danilo Ferreira de Lima <danilo.enoque.ferreira.de.lima@xfel.de>
Date: Mon, 9 Oct 2023 10:28:49 +0200
Subject: [PATCH] Tried python 3.9 slim without buster.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd1851a..52e842e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ cache:
 
 setup-environment:
   stage: environment
-  image: python3.9-slim-buster
+  image: python3.9-slim
   script:
     - python3 -m venv .venv
     - source .venv/bin/activate
-- 
GitLab