From e2ece784fc122b9f330a6beec69779953231291e Mon Sep 17 00:00:00 2001 From: Aymeric Poude Date: Fri, 20 Apr 2018 13:24:25 +0000 Subject: [PATCH] removed security:check from gitlab-ci --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7bb449..ce9ec51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ test:php5: - rm -rf ./var/logs/* - composer install -o --no-dev - phpunit --configuration phpunit.xml.dist --coverage-text - - php app/console security:check tags: - test