diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-04 20:55:51 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-04 20:55:51 +0100 |
commit | c9d215201b82477d10025e8baae2958ab92544db (patch) | |
tree | a77c1ce1e3269096d536af4975cac307e4d6fd29 | |
parent | 4bb0c63fa90692b9e8177b42418c6bf3e22f470e (diff) |
Update to latest version of pandoc
-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 e0f6633..2752b93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ image: - name: pandoc/latex:2.10.2 + name: pandoc/latex:2.11.4 entrypoint: ["/bin/sh", "-c"] stages: |