From 7e60c3ca58052bb04c356a3f3a1a2d73afc5b913 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Tue, 3 Oct 2017 21:31:22 +0200
Subject: [PATCH] :ambulance: test(gitlab): fix .gitlab-ci.xml to build the
 pipeline after each commit

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b60e448..8f746a3ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ before_script:
 
 # Generate perlcritic rapport
 create_perlcritic_rapport:
-  except:
+  only:
     - branches
     - tags
   script:
@@ -23,7 +23,7 @@ create_perlcritic_rapport:
 
 # PHP codesniffer
 create_php_code_sniffer_rapport:
-  except:
+  only:
     - branches
     - tags
   script:
@@ -32,7 +32,7 @@ create_php_code_sniffer_rapport:
 
 # PHP lint
 create_php_lint_rapport:
-  except:
+  only:
     - branches
     - tags
   script:
-- 
GitLab