From 92df88e5366814a5da25ba9f2093fdf7c83d47f0 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:36:49 +0200
Subject: [PATCH] Tried python 3.9 slim without buster.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52e842e..a1fd1af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 stages:
   - environment
   - test
-  - deploy
 
 cache:
   paths:
@@ -10,7 +9,7 @@ cache:
 
 setup-environment:
   stage: environment
-  image: python3.9-slim
+  #image: python3.9-slim
   script:
     - python3 -m venv .venv
     - source .venv/bin/activate
@@ -23,7 +22,7 @@ setup-environment:
 
 test_ard:
   stage: test
-  image: python3.9-slim-buster
+  #image: python3.9-slim-buster
   script:
     - python3 -m venv .venv
     - source .venv/bin/activate
-- 
GitLab