image: gradle:jdk17-alpine before_script: - GRADLE_USER_HOME="$(pwd)/.gradle" - export GRADLE_USER_HOME build: stage: test script: - cd CityDoctorParent - gradle test artifacts: when: always reports: junit: CityDoctorParent/build/test-results/test/**/TEST-*.xml