diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 14:22:26 +0200 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-21 14:22:26 +0200 |
commit | 53f756c4fce5c0dee3c70e3b9a1b300b9cb70991 (patch) | |
tree | 78c225750cec24a9567742b485d58e69134ce871 /.gitlab-ci.yml | |
parent | 4b696b767da1cb81a6865f755899e98bc2a2c544 (diff) |
Update image version
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 2752b93..2c9634c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ image: - name: pandoc/latex:2.11.4 + name: pandoc/latex:latest entrypoint: ["/bin/sh", "-c"] stages: |