From 8fa9f311da382202a04b6da5359593f8199d7e12 Mon Sep 17 00:00:00 2001 From: Fifo F Date: Sun, 2 Mar 2025 11:10:35 +0100 Subject: [PATCH] =?UTF-8?q?Use=20GitLab=E2=80=99s=20dependency=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fifo F --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 843c440..f9b6370 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ build: - image: texlive/texlive:latest + image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/texlive/texlive:latest script: - lualatex The\ Invisible\ Man.tex || true - lualatex The\ Invisible\ Man.tex || true