github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/image/example-1.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#image 2 3 default: 4 image: ruby:3.0 5 6 rspec: 7 script: bundle exec rspec 8 9 rspec 2.7: 10 image: registry.example.com/my-group/my-project/ruby:2.7 11 script: bundle exec rspec