blob: a6f7fa9e45c9e9acda56e4bc8bbc026024314ff9 [file] [log] [blame]
oscarbenedito6bc418b2019-09-20 13:28:57 +02001# use docker image with latex preinstalled
2# since there is no official latex image, use https://github.com/blang/latex-docker
3# possible alternative: https://github.com/natlownes/docker-latex
4image: blang/latex
5
6build:
7 stage: deploy
8 script:
9 - make apuntsfme.tar.gz
10 artifacts:
11 paths:
12 - apuntsfme.tar.gz
13
14