Browse Source

fixup! Add gitlab ci config

rro
Wouter Horlings 5 years ago
parent
commit
7bdaa76f10
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml View File

@@ -2,6 +2,7 @@
--- ---
stages: stages:
- typeset - typeset
- rro


variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
@@ -30,7 +31,7 @@ final_report:
- content/*.tex - content/*.tex


rro: rro:
stage: typeset
stage: rro
dependencies: dependencies:
- final_report - final_report
image: registry.gitlab.com/silkeh/latex:latest image: registry.gitlab.com/silkeh/latex:latest


Loading…
Cancel
Save