gilde-ci-cd/gradle-test-template.gitlab-ci.yml
2022-03-01 16:37:06 +01:00

11 lines
225 B
YAML

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