Browse Source

Update .gitlab-ci.yml

main
Hendrik Langer 7 years ago
parent
commit
b15f9fa909
  1. 17
      .gitlab-ci.yml

17
.gitlab-ci.yml

@ -1,8 +1,11 @@
stages: before_script:
- test - apt-get update -qq && apt-get install -y -qq texlive
- pdflatex -version
- which pdflatex
run-test: build:
stage: test script:
script: - latexmk -pdf article.tex
- touch foo artifacts:
- test foo paths:
- article.pdf
Loading…
Cancel
Save