Skip to content
Snippets Groups Projects
Commit 2d04cdae authored by Vincent Nivoliers's avatar Vincent Nivoliers
Browse files

docker image for latex compilation

parent 484d7429
No related branches found
No related tags found
No related merge requests found
Pipeline #3476 failed with stage
in 3 minutes and 40 seconds
build-presentation:
stage: build
image: heichblatt/latexmk
#only:
# changes:
# - Presentation
# - .gitlab-ci.yml
image: aergus/latex
only:
changes:
- Presentation
- .gitlab-ci.yml
script:
- "latexmk -pdf -cd presentation.tex"
artifacts:
......
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