1 2 3 4 5 6 7 8
make_pdf: stage: build image: tianon/latex script: - bash make.sh artifacts: paths: - document.pdf