diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:55:50 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:55:50 +0100 |
commit | 6ca23c152f1df9ed92c6e390fcb0ce9db00b2aca (patch) | |
tree | 1f76d9b7ce9835520e57f82895f114006fbe2d2d | |
parent | ae8d3fbe95c3ca13ec18143e15a7fca243af4815 (diff) |
Tinker with image
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rwxr-xr-x | build.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeada69..6ca36d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: pandoc/latex:2.10.1 +image: pandoc/latex stages: - build @@ -1,4 +1,3 @@ #! /bin/sh xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml - |