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