build: image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/texlive/texlive:latest script: - lualatex The\ Invisible\ Man.tex || true - lualatex The\ Invisible\ Man.tex || true when: manual artifacts: paths: - "The Invisible Man.pdf"