Caching in GitLab CI/CD
If you are using mutliple stages to the CI and each stage needs bundle install, cache bundle and just reuse it.
Read Article