From 336fbbadea77f93e0f5e51d76f9976c0908623f4 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:58:14 +0100 Subject: [PATCH] CI: typo dans .gitlab-ci.yml. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a792bd..8172c66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ php-cs-fixer: phpcpd: <<: *test script: vendor/bin/phpcpd --fuzzy src tests - allow_failures: true + allow_failure: true phpunit: <<: *test -- GitLab