Commit 9ea1bf5d authored by Thomas Winkler's avatar Thomas Winkler
Browse files

Update .gitlab-ci.yml

parent 63c64f39
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@ compile_pdf:
  image: aergus/latex
  script:
    - latexmk -shell-escape -xelatex main.tex
    - latexmk -shell-escape -xelatex handout.tex
    - latexmk -shell-escape -xelatex handout-2.tex
    - latexmk -shell-escape -xelatex handout-4.tex
  artifacts:
    paths:
      - main.pdf
      - handout.pdf
 No newline at end of file
      - handout-2.pdf
      - handout-4.pdf
 No newline at end of file