Skip to content

Cache GitLab QA gems and make versions consistent

Stan Hu requested to merge sh-cache-gitlab-qa-gems into master

QA specs always fetch from RubyGems, so let's cache these to save some bandwidth.

Nokogiri takes a while to install, so that alone should be motivation for reusing gems used in CE where possible.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55843

Merge request reports