Always run rspec tests if gems changed
What does this MR do and why?
Because we currently don't run clickhouse tests on all merge requests, we allowed to merge broken spec which was only discovered in !132792 (comment 1581799133)
This MR makes sure that we run clickhouse tests on all backend changes. And also run all rspec when gems
are changed since they can have wide-impact.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.