From 79a54ba75105ab6ce5add9e032e8c611e54bd945 Mon Sep 17 00:00:00 2001
From: aryapradipta9 <aryapradipta9@gmail.com>
Date: Thu, 26 Apr 2018 01:11:01 +0700
Subject: [PATCH] fix ci typos

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index feaa2a8..b1d5de8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,9 +42,9 @@ stages:
 
 cs:
   stage:
-    codesmell--error-severity=1 --warning-severity=8 --extensions=php
+    codesmell
   script:
-  - vendor/bin/phpcs 
+  - vendor/bin/phpcs --error-severity=1 --warning-severity=8 --extensions=php
 
 # Run our tests
 # If Xdebug was installed you can generate a coverage report and see code coverage metrics.
-- 
GitLab