We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a8157 commit 47f7c8bCopy full SHA for 47f7c8b
1 file changed
.gitlab-ci.yml
@@ -10,7 +10,7 @@ include:
10
11
# Global --------------------------
12
13
-image: ${CI_REGISTRY_IMAGE}/python:3.11
+image: python:3.11
14
15
variables:
16
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
@@ -174,7 +174,7 @@ package:
174
# Set minimum possible requests and urllib3 versions to work with Python 3.11
175
EXTRA_POETRY_ADD_ARGUMENT: "requests@2.20 urllib3@1.23"
176
USE_MOCK_SERVER: "use mock server"
177
- image: ${CI_REGISTRY_IMAGE}/${DOCKER_IMAGE}
+ image: ${DOCKER_IMAGE}
178
script:
179
- >
180
if [[ ! -z "${EXTRA_POETRY_ADD_ARGUMENT}" ]]; then
0 commit comments