From 2a5a09e45147226f985b0d32f397224bd6800133 Mon Sep 17 00:00:00 2001 From: meskio Date: Wed, 16 Apr 2025 15:41:36 +0200 Subject: [PATCH] CI: use the parent group as namespace for the dependency proxy This should solve our problem failing to get images on CI runs. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 612f342..1bd67a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - project: tpo/tpa/ci-templates file: [ dependency_proxy.yml ] - inputs: { namespace: tpo/anti-censorship } + inputs: { namespace: tpo/anti-censorship/pluggable-transports/ } rules: - if: $CI_PROJECT_URL =~ /gitlab.torproject.org/