Update .gitlab-ci.yml

This commit is contained in:
Sheppy 2018-02-16 02:30:34 +01:00
parent abbb358e87
commit 8e72e50237

View File

@ -1,9 +1,13 @@
compile_pdf:
image: tianon/latex
before_script:
variables:
GIT_SUBMODULE_STRATEGY: recursive
image: tianon/latex
before_script:
- apt-get install -y build-essential
build:
build:
script:
- make
artifacts:
paths:
- AuD/document.pdf
paths:
- AuD/document.pdf