An error occurred while loading the file. Please try again.
To find the state of this project's repository at the time of any of these versions, check out the tags.
.gitlab-ci.yml 258 bytes
image: maven:3.8.6-eclipse-temurin-17
build:
    script:
        - cd CityDoctorParent
        - mvn verify -U
    artifacts:
        when: always
        reports:
            junit:
                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml