From acd52619c5db93630352c64f05c9a38ea9f5433c Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mmk@danet-m01.local> Date: Mon, 24 Aug 2020 12:51:32 +0200 Subject: [PATCH] debug ls --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb40a774b..25af2c2ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ Documentation: script: - cd documentation/design - pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf + - ls artifacts: paths: - ./documentation.pdf \ No newline at end of file -- GitLab