diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 15:42:21 +0200 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 15:42:21 +0200 |
commit | 3a110e9d25c15806935da476b0cc97b2c56ac6b4 (patch) | |
tree | 131b0ae35ed3f4f44a4b3314adce627b99f051c9 | |
parent | 6a62bc56b9affee790b590eb9a80bf20fd24cabd (diff) |
Add package
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c9634c..bef0cee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: stage: build script: - tlmgr update --self - - tlmgr install footmisc + - tlmgr install footmisc appendix - pandoc --version - mkdir build - chmod +x ./build.sh |