TASK: Cleanup gitlab-ci.yml

* Remove artifacts which are not necessary as output is shown in job
This commit is contained in:
Daniel Siepmann 2017-04-13 10:58:07 +02:00
parent e05941ea46
commit d15388849e
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -73,11 +73,6 @@ test:documentation:syntax:
- cd Documentation - cd Documentation
script: script:
- make dummy - make dummy
artifacts:
when: on_failure
artifacts:
paths:
- Documentation/build/dummy
test:documentation:external-links: test:documentation:external-links:
image: 'danielsiepmann/sphinx:latest' image: 'danielsiepmann/sphinx:latest'
@ -86,11 +81,6 @@ test:documentation:external-links:
- cd Documentation - cd Documentation
script: script:
- make linkcheck - make linkcheck
artifacts:
when: on_failure
artifacts:
paths:
- Documentation/build/linkcheck/output.txt
render:documentation: render:documentation:
image: 'danielsiepmann/sphinx:latest' image: 'danielsiepmann/sphinx:latest'