From 7cfb800ab04f85427273a09aa4d55bf75047f52a Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 7 Jul 2016 12:30:52 +0200 Subject: [PATCH] Gmail issues, disable temporally. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bb882904..7a2cb1a3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,7 @@ test:integration:email_helper: - rake db:migrate - ruby -I test/ test/integration/email_helper_test.rb - rake db:drop + allow_failure: true test:integration:email_deliver: stage: test