From 61836c5ac7944a919ef0fae4cd4293931fbd8324 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 18 Aug 2018 14:11:48 -0700 Subject: [PATCH] Allow now that I build a working image --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c2ab48..b468126 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,6 @@ PHPunit:PHP5.3:MySQL: script: - phpcs -n - phpunit - when: manual - allow_failure: true PHPunit:PHP5.6:MySQL: image: containers.ethitter.com:443/docker/images/php:5.6 -- GitLab