Update .gitlab-ci.yml file

This commit is contained in:
Fifo F. 2024-06-10 19:01:30 +00:00
parent e4227bde0a
commit 24a1660c92

View file

@ -15,7 +15,8 @@ build:
services:
- name: docker:24.0.5-dind
script:
- if [ ! -f $ARCHIVED_IMAGE ]; then
- |
if [ ! -f $ARCHIVED_IMAGE ]; then
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