ci: add French CV to Gitlab CI artifacts

This commit is contained in:
Bruno BELANYI 2020-07-14 15:51:21 +02:00
parent 75e8dc2e78
commit 37998e3cd9

View file

@ -1,7 +1,8 @@
compile_pdf:
image: aergus/latex
script:
- latexmk
- latexmk cv_en.tex cv_fr.tex
artifacts:
paths:
- build/cv_fr.pdf
- build/cv_en.pdf