include: - project: fadendaten/meta file: gitlab-ci.base.yml stages: - pre-test - test Cache assets: stage: pre-test extends: .cache_assets rspec: stage: test cache: key: ${CI_PROJECT_NAME}-bundle-cache paths: - vendor/ruby policy: pull image: ruby:3.0.0 before_script: - bundle check --path=vendor || bundle install --path=vendor --jobs=$(nproc) script: - bundle exec rspec spec/