.gitlab-ci.yml 242 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
image: maven:3.8.3-jdk-8
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