From 49dde25bb3e8bc5fa6433a258604bc1cbecf815f Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Fri, 1 Mar 2019 18:24:50 +0100
Subject: [PATCH] :ambulance: fix(gitlab-ci) use the 1.3 branch of the sniffer
 rules for 1.3

its - branches not branch :/

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 819af5b74..2cc496967 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ create_perlcritic_rapport:
 create_php_code_sniffer_rapport_13:
   stage: codestyle
   only:
-    - branch
+    - branches
   before_script:
     - apt-get update -qq
     - apt-get install -y -qq  git php-cli php-codesniffer
-- 
GitLab