From c39ef4a3ea7527b4216df0bf37923a84d790f4be Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 15 Dec 2020 15:19:21 +0100 Subject: [PATCH] Maintenance: Non-eleasticsearch Capybara system tests fail because of active elasticsearch configuration. --- .gitlab/ci/browser-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/browser-core.yml b/.gitlab/ci/browser-core.yml index dc095f18d..7175ee151 100644 --- a/.gitlab/ci/browser-core.yml +++ b/.gitlab/ci/browser-core.yml @@ -69,7 +69,7 @@ include: variables: RAILS_ENV: "test" script: - - bundle exec rake zammad:ci:test:prepare[with_elasticsearch] + - bundle exec rake zammad:ci:test:prepare - bundle exec rspec --fail-fast -t type:system # we need at least one job to store and include this template