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