From 3c5171992c6dd4870c55e14f6ad210343075b7c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 19 Oct 2017 17:36:35 +0200
Subject: [PATCH] CI: indique bien le standard pour phpcs.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ce20379..d3502f67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ lint:
 
 phpcs:
   <<: *defaults
-  script: phpcs --colors --parallel=$(nproc) .
+  script: phpcs --colors --parallel=$(nproc) --standard=/rules/phpcs.xml .
   allow_failure: true
 
 php-cs-fixer:
-- 
GitLab