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