From fb4bfcd6e0b6735701918ef7f5e6cb983c9ac665 Mon Sep 17 00:00:00 2001
From: Jonathan Swaelens <swaelens.jonathan@opensides.be>
Date: Wed, 28 Feb 2018 16:32:08 +0100
Subject: [PATCH] :sparkles: feat(gitlab-ci): Modify the name stage for
 codestyle

Modify the name stage for codestyle

Signed-off-by: Jonathan Swaelens <swaelens.jonathan@opensides.be>
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c08fdf8bd..d2ff09640 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
 
 stages:
   - lint
-  - codestyling
+  - codestyle
   - manpages
   - transifex
 
@@ -46,11 +46,11 @@ create_php_lint_rapport_stretch:
   script:
     - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l
 
-## Stage codestyling
+## Stage codestyle
 
 # Generate perlcritic rapport
 create_perlcritic_rapport:
-  stage: codestyling
+  stage: codestyle
   only:
     - branches
     - tags
@@ -64,7 +64,7 @@ create_perlcritic_rapport:
 
 # PHP codesniffer
 create_php_code_sniffer_rapport:
-  stage: codestyling
+  stage: codestyle
   only:
     - branches
     - tags
-- 
GitLab