.gradle-test: image: $GRADLE_IMAGE stage: test script: - "./gradlew --build-cache test" artifacts: expire_in: 2 weeks reports: junit: - "**/build/test-results/**/TEST-*.xml"