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

Matthias Betz's avatar
Matthias Betz committed
3

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