gilde-ci-cd/gradle-test-template.gitlab-ci.yml
2021-08-13 09:15:44 +02:00

11 lines
208 B
YAML

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