From 7ed37db05ff0a1597e60d7e6c2ff5ab4d244071e Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 16:12:46 +0200 Subject: [PATCH] TASK: Only generate one report * As second report is not necessary and won't be generated since the first call will return exit > 0 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef77fbd..b32aa5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ lint:php-mass-detection: stage: test script: - ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt - - ./vendor/bin/phpmd src html phpmd.xml > result/phpmd.html artifacts: when: on_failure paths: