From bfd89995f4f037858d4262b391c6f365ac931285 Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Wed, 7 Feb 2018 11:50:19 +0100 Subject: [PATCH] Allow clearbit failure. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0865cd1c2..94f124814 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -261,6 +261,7 @@ test:integration:clearbit: - rake db:migrate - ruby -I test test/integration/clearbit_test.rb - rake db:drop + allow_failure: true test:integration:sipgate: stage: test