Skip to content
Snippets Groups Projects
Commit 937d3b81 authored by Clement Frainay's avatar Clement Frainay
Browse files

Update .gitlab-ci.yml file

parent 4f325a97
No related branches found
No related tags found
No related merge requests found
Pipeline #31865 failed
......@@ -4,5 +4,22 @@ variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
build:
script: "mvn install"
stage: build
script:
- mvn install
test:
stage: test
script:
- mvn test
verify:
stage: test
script:
- mvn verify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment