.gitlab-ci.yml 262 Bytes
Newer Older
1
image: bellsoft/liberica-openjdk-alpine-musl
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