From a660fc568741ddf31bb9b191cf012000772a59c0 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 19 Jun 2023 16:25:54 +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 7243014..5ee5bdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build - image: python:3.11.0-alpine + image: python:slim script: - echo "Compiling the code..." - pip install -U twine