variables: LATEX_IMAGE: danteev/texlive 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"