image: luki42/latex-full:latest build: script: - cd src - latexmk -pdf -file-line-error -interaction=nonstopmode -halt-on-error -output-format=pdf main.tex artifacts: paths: - "src/*.pdf"