.gitlab-ci.yml 258 Bytes
Newer Older
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
build:
    script:
        - cd CityDoctorParent
Riegel's avatar
Riegel committed
7
        - mvn verify -U
Matthias Betz's avatar
Matthias Betz committed
8
9
10
11
    artifacts:
        when: always
        reports:
            junit:
12
                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml