diff options
Diffstat (limited to '.gitlab-ci.yml')
-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 |