version: 1.0 stages: build: image: ruby:3.2 scripts: - ./scripts/build.sh test: image: ruby:3.2 scripts: - ./scripts/test.sh release: image: ruby:3.2 only: - main