From bbe5856e902211ca97ad7ab8662ce9d5d547c5e6 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 19 Jun 2023 16:29:40 +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 4dfd7a7..6b7f568 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:slim + image: python:slim script: - echo "Compiling the code..." - pip install -U twine