diff --git a/support/ci/generate b/support/ci/generate index beb8363943..b7b205975f 100755 --- a/support/ci/generate +++ b/support/ci/generate @@ -67,7 +67,7 @@ class CI name, working_directory: nil, matrix: generate(ruby_version(RUBY_VERSIONS), bundle_gemfile(GEMFILE)), - template: "ruby.yaml.erb" + template: "test.yaml.erb" ) { name: "#{name}_test", diff --git a/support/ci/ruby.yaml.erb b/support/ci/test.yaml.erb similarity index 100% rename from support/ci/ruby.yaml.erb rename to support/ci/test.yaml.erb