variables: LATEX_IMAGE: listx/texlive:2020 build: image: $LATEX_IMAGE script: - cd thesis - latexmk -pdf -xelatex -shell-escape main.tex - cd ../slides - latexmk -pdf -xelatex -shell-escape main.tex artifacts: paths: - "thesis/*.pdf" - "slides/*.pdf"