diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b0125a5f3f0251f92158a1cf56cd89c5c9a80fb..5ff30de1b3f203b51fc9484eefbe8c1893f97c43 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