Skip to content
Snippets Groups Projects
Commit 5ea3d401 authored by Leonard Fisser's avatar Leonard Fisser :frog:
Browse files

Merge branch 'latexmk' into 'master'

add review env

Closes #19

See merge request e-4/tuhh_latex_presentation!20
parents 4c01d315 1f0da2ec
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,11 @@ image: collaborating.tuhh.de:5005/e-4/utilities/docker-images/ci-latex ...@@ -3,8 +3,11 @@ image: collaborating.tuhh.de:5005/e-4/utilities/docker-images/ci-latex
build: build:
stage: build stage: build
script: script:
- pdflatex -interaction=nonstopmode demo_tuhh_presentation - latexmk -pdf demo_tuhh_presentation
- pdflatex -interaction=nonstopmode demo_tuhh_presentation environment:
name: demo_tuhh_presentation/$CI_COMMIT_REF_NAME
url: $CI_PROJECT_URL/-/jobs/$CI_JOB_ID/artifacts/raw/demo_tuhh_presentation.pdf
artifacts: artifacts:
paths: paths:
- demo_tuhh_presentation.pdf - demo_tuhh_presentation.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment