.gitlab-ci.yml 255 Bytes
Newer Older
1
image: maven:3.8.6-eclipse-temurin-17
Matthias Betz's avatar
Matthias Betz committed
2
3
4
5


build:
    script:
Matthias Betz's avatar
Matthias Betz committed
6
        - cd CityDoctorParent
Matthias Betz's avatar
Matthias Betz committed
7
8
9
10
11
        - mvn verify
    artifacts:
        when: always
        reports:
            junit:
12
                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml