Update .gitlab-ci.yml to use build stage

This commit is contained in:
Kim Wittenburg
2018-01-26 19:58:44 +00:00
parent 53efff3968
commit 9ef147eb56

View File

@@ -1,6 +1,7 @@
image: blang/latex image: blang/latex
build: uhhassignment:
stage: build
script: script:
# Build the actual *.cls file # Build the actual *.cls file
- pdflatex uhhassignment.ins - pdflatex uhhassignment.ins