diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:39:50 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:39:50 +0100 |
commit | 7128cd2b80c84943b22d01a0512575ccdd7dca42 (patch) | |
tree | 2ec8ba8075b84903e84371234ce244e27eef7160 /.gitlab-ci.yml | |
parent | 15a9f0d154045b999b67b8715969335c02c27cba (diff) |
Fix
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbadb03..58e1ec6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: build: stage: build script: + - tlmgr update --self - tlmgr install footmisc - pandoc --version - mkdir build |