blob: a6f7fa9e45c9e9acda56e4bc8bbc026024314ff9 [file] [log] [blame]
# use docker image with latex preinstalled
# since there is no official latex image, use https://github.com/blang/latex-docker
# possible alternative: https://github.com/natlownes/docker-latex
image: blang/latex
build:
stage: deploy
script:
- make apuntsfme.tar.gz
artifacts:
paths:
- apuntsfme.tar.gz