diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3c8035..e47d1b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,14 @@ stages: +- Coding Standards - Unit-Tests +PSR2 CS Test: + stage: Coding Standards + tags: + - xenial + script: + - phpcs -p --standard=PSR2 --extensions=php --encoding=utf-8 -w -s library/Businessprocess/ application/ configuration.php run.php test + Xenial: stage: Unit-Tests tags: