github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/extends/example-1.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#extends
     2  
     3  .tests:
     4    script: rake test
     5    stage: test
     6    only:
     7      refs:
     8        - branches
     9  
    10  rspec:
    11    extends: .tests
    12    script: rake rspec
    13    only:
    14      variables:
    15        - $RSPEC