From 7e7dbf75ca93d5d3fd43edd07690ad16829bad3c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 19 Jun 2023 16:22:49 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c627e9b..598aa22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.11.0-alpine +# image: python:3.11.0-alpine stages: # List of stages for jobs, and their order of execution - build