From b87a1e4da4b1c52dd04a1d3de356b13f130cf87d Mon Sep 17 00:00:00 2001 From: Aymeric Poude Date: Fri, 20 Apr 2018 13:21:36 +0000 Subject: [PATCH] Added security:check to build-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce9ec51..385bc11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ test:php5: - rm -rf ./var/logs/* - composer install -o --no-dev - phpunit --configuration phpunit.xml.dist --coverage-text + - php bin/console security:check tags: - test