Skip to content
Snippets Groups Projects
Commit b9600083 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Suppression CI/CD

parent e230cce7
No related branches found
No related tags found
No related merge requests found
image: gradle:jdk16
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