From 1af45b9745c73c9afa52d3f6e5a3b025e15e84f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Morosi?= Date: Thu, 5 Dec 2024 10:51:38 +0100 Subject: [PATCH] Use e3 image for upload-python-registry This is required by the Python script Ref it/org/operation_support/iaas/issues#214 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc6f0d7..3b9f064 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -219,6 +219,8 @@ run windows tests: upload-python-registry: extends: .linux-image stage: upload + services: + - image:e3 before_script: - !reference [.linux-image, before_script] - python -m pip install twine