diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:11:31 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 12:11:31 +0100 |
commit | 9b765f9f40c0eae0a127e5990d4b2956a4761159 (patch) | |
tree | 5af31ad88b08470f36a7cf7e1a3cf39a3c2b6d44 /.gitlab-ci.yml | |
parent | 8ec89934958408bc226e26e42432fcfe51499d4a (diff) |
Tinker tinker
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 078fbcd..9c9cae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: pandoc/latex:2.10.1 build: script: - - pandoc --version + - /usr/bin/pandoc --version artifacts: paths: - - "build"
\ No newline at end of file + - "build" |