From 14967bd09f85046249d271f95227510c8a8a4415 Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Mon, 10 Jun 2024 19:33:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a7e234..f2354a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build: docker pull sharelatex/sharelatex:latest docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "tlmgr option repository $TEXLIVE_REPO && tlmgr update --self --all && tlmgr install scheme-full" docker commit temp $IMAGE_NAME - docker save -o $ARCHIVED_IMAGE sharelatex:with-texlive-full + docker save -o $ARCHIVED_IMAGE $IMAGE_NAME fi artifacts: paths: