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

Update .gitlab-ci.yml file

parent b78761e4
No related branches found
No related tags found
No related merge requests found
......@@ -18,15 +18,16 @@ stages:
build:
stage: build
script: ./gradlew jar
artifacts:
paths:
- build/lib/*.jar
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- build
- .gradle
artifacts:
paths:
- build/lib/*.jar
test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment