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

Update .gitlab-ci.yml

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