lastenheft/.gitlab-ci.yml

13 lines
144 B
YAML
Raw Normal View History

2020-03-22 13:34:34 +00:00
image: raabf/latex-versions:texlive2019
2020-03-22 12:36:59 +00:00
pages:
tags:
- docker
script:
2020-03-22 13:34:34 +00:00
- make
2020-03-22 12:36:59 +00:00
artifacts:
paths:
- public
only:
- master