diff --git a/.circleci/install.sh b/.circleci/install.sh index 047315c7f..467b500f0 100755 --- a/.circleci/install.sh +++ b/.circleci/install.sh @@ -33,7 +33,7 @@ bundle install --without "${INSTALL_OPTION}" bundle exec rubocop rake db:migrate rake db:seed -bundle exec rspec -t ~type:system +bundle exec rspec -t ~type:system -t ~searchindex bundle exec rake db:environment:set RAILS_ENV=test rake db:reset rake test:units diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 073032091..fa50f2c0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,7 +121,7 @@ pre:github: RAILS_ENV: "test" script: - bundle exec rake zammad:db:init - - bundle exec rspec -t ~type:system --t ~searchindex + - bundle exec rspec -t ~type:system -t ~searchindex test:rspec:mysql: stage: test