Commit f3b795ca authored by Thomas Winkler's avatar Thomas Winkler
Browse files

Update .gitlab-ci.yml

parent 553fa46c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
compile_pdf:
  image: aergus/latex
  script:
    - latexmk xelatex -shell-escape -pdf main.tex
    - latexmk -xelatex -shell-escape -pdf main.tex
  artifacts:
    paths:
      - main.pdf
 No newline at end of file