Commit db3c8688 authored by Bryce Hepner's avatar Bryce Hepner

Update .gitlab-ci.yml

parent 05af032c
Pipeline #2554 canceled with stage
......@@ -4,13 +4,13 @@ build:
image: tianon/latex
script:
- which bundledoc
- time pdflatex tpnet_arxiv.tex
- time bibtex tpnet_arxiv
- time pdflatex tpnet_arxiv.tex
- time pdflatex tpnet_arxiv.tex
- bundledoc --localonly --verbose tpnet_arxiv.dep
- time pdflatex main.tex
- time bibtex main
- time pdflatex main.tex
- time pdflatex main.tex
- bundledoc --localonly --verbose main.dep
artifacts:
paths:
- tpnet_arxiv.pdf
- tpnet_arxiv.tar.gz
- main.pdf
- main.tar.gz
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment