.gitlab-ci.yml 328 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
build:
    script:
6
7
8
        - cd CityDoctorBuildParent
        - mvn install
        - cd ..
Matthias Betz's avatar
Matthias Betz committed
9
10
11
12
13
14
15
        - cd CityDoctorParent
        - mvn verify
    artifacts:
        when: always
        reports:
            junit:
                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml