From 551846a1a5425a8e32ad80c3b2736bb5613fe6c9 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 19 Oct 2016 07:05:09 +0200 Subject: [PATCH] Issue with test ref server. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a6fd8190..7bbfa49fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,6 +171,7 @@ test:integration:user_agent: - rake db:migrate - ruby -I test/ test/integration/user_agent_test.rb - rake db:drop + allow_failure: true test:integration:user_device: stage: test