image: maven:3.8.3-openjdk-17-slim build: script: - cd CityDoctorParent - mvn verify artifacts: when: always reports: junit: - CityDoctorParent/**/target/surefire-reports/TEST-*.xml