Browse Source

Update .gitlab-ci.yml

main
Hendrik Langer 7 years ago
parent
commit
bc504c2eb8
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -1,11 +1,11 @@
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq texlive - apt-get update -qq && apt-get install -y -qq texlive latexmk
- pdflatex -version - pdflatex -version
- which pdflatex - which pdflatex
build: build:
script: script:
- latexmk -pdf article.tex - latexmk -pdf
artifacts: artifacts:
paths: paths:
- article.pdf - "*.pdf"
Loading…
Cancel
Save