Skip to content
Snippets Groups Projects
Commit 9e498576 authored by TRAVERS Corentin's avatar TRAVERS Corentin
Browse files

Delete .gitlab-ci.yml

parent deceedc8
No related branches found
No related tags found
No related merge requests found
image: gradle:jdk17
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
java:
stage: test
script:
- gradle test
artifacts:
when: always
reports:
junit: build/test-results/test/**/TEST-*.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment