From bd3e6b080d45e7e85f2d32f4c8c8881b74293c28 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sat, 8 Apr 2017 23:07:26 +0200 Subject: [PATCH] BUGFIX: Finish installation / setup on gitlab ci * Install PHPCS Standard to execute with tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff7b80..85d8106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ before_script: --optimize-autoloader --no-interaction --no-ansi + - make install stages: - test