aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 12:06:42 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 12:06:42 +0100
commitc262c480a09baf75440c74d7295d4da754329e63 (patch)
tree30a9ec77a6202ea7cdc196806d27d265b56be986 /.gitlab-ci.yml
parentfb9b0ce454722857a565ac44420d7811f7e542bb (diff)
Debug
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ca36d1..e7c69b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,7 @@ stages:
build:
stage: build
script:
- - chmod +x ./build.sh
- - ./build.sh
+ - pandoc --version
artifacts:
paths:
- "build" \ No newline at end of file