From 3b9c6bcca77d06fa19073aeed3b2f7016a038402 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 15 Jan 2026 19:19:51 +0000 Subject: [PATCH] Use internal PyPI proxy for integration test dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8d07dd..83c2777 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ kics: image: deps.global.bsf.tools/docker/python:3.12-slim timeout: 10m before_script: - - pip install httpx + - pip install --index-url "$PIP_INDEX_URL" httpx script: - | python - <<'PYTEST_SCRIPT'