.gitlab-ci.yml 252 Bytes
Newer Older
1
image: maven:3.8.3-openjdk-17-slim
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