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

     1  # https://docs.gitlab.com/ee/ci/yaml/#artifactsreports
     2  
     3  rspec:
     4    stage: test
     5    script:
     6      - bundle install
     7      - rspec --format RspecJunitFormatter --out rspec.xml
     8    artifacts:
     9      reports:
    10        junit: rspec.xml