From 7737a382549cac241e9de0166044ac571aa9d2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 29 Nov 2018 16:57:10 +0100 Subject: [PATCH] CI: accepte les erreurs phpcpd. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 788d1b6..9a792bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ php-cs-fixer: phpcpd: <<: *test script: vendor/bin/phpcpd --fuzzy src tests + allow_failures: true phpunit: <<: *test -- GitLab