variables: FILENAME: "proposal/proposal.tex" stages: - build build: stage: build image: listx/texlive:2020 script: - lualatex $FILENAME - biber $FILENAME - lualatex $FILENAME artifacts: paths: - "*/*.pdf" - "*/*.log"