This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 255 bytes
image: maven:3.8.6-eclipse-temurin-17
build:
    script:
        - cd CityDoctorParent
        - mvn verify
    artifacts:
        when: always
        reports:
            junit:
                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml