Commit db3c8688 authored by Bryce Hepner's avatar Bryce Hepner
Browse files

Update .gitlab-ci.yml

parent 05af032c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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