From 1e0344ebab76212f238090f5059d014ab6557ad7 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Fri, 5 Jun 2020 15:48:47 +0200 Subject: [PATCH] ci: fix forgotten path in stage --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b0125a..5ff30de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,9 @@ create_overall_md: script: - cat technical-reference-main.txt | while read LINE; do cat $LINE >> rdd-technical-reference.md ; done artifacts: - expose_as: 'test document' + expose_as: 'full markdown document' paths: - - test.md + - rdd-technical-reference.md tests: stage: test -- GitLab