TASK: Only generate one report

* As second report is not necessary and won't be generated since the
  first call will return exit > 0
This commit is contained in:
Daniel Siepmann 2017-04-13 16:12:46 +02:00
parent aabb7a5059
commit 7ed37db05f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -41,7 +41,6 @@ lint:php-mass-detection:
stage: test stage: test
script: script:
- ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt - ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt
- ./vendor/bin/phpmd src html phpmd.xml > result/phpmd.html
artifacts: artifacts:
when: on_failure when: on_failure
paths: paths: