From ffc807871df3161920cde0a8e903f2f794346160 Mon Sep 17 00:00:00 2001 From: Fifo F Date: Sun, 4 Aug 2024 09:45:50 +0200 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 <34-fifo@users.noreply.git.fifo-f.eu> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a28f14..8e553a8 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\ Book\ of\ Wonder.tex || true - lualatex The\ Book\ of\ Wonder.tex || true