mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-10 01:33:30 +01:00
11 lines
206 B
YAML
11 lines
206 B
YAML
|
image: registry.gitlab.com/islandoftex/images/texlive:latest
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- pdflatex topic.tex
|
||
|
after_script:
|
||
|
- cat topic.log
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- topic.pdf
|