Skip to content
Snippets Groups Projects
Commit a332e72a authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

mvn verify

parent 0bbf11c0
Branches
Tags
No related merge requests found
Pipeline #251 passed
...@@ -8,6 +8,7 @@ cache: ...@@ -8,6 +8,7 @@ cache:
stages: stages:
- build - build
- test
build: build:
stage: build stage: build
...@@ -17,3 +18,7 @@ build: ...@@ -17,3 +18,7 @@ build:
paths: paths:
- target/data-proxy-jar-with-dependencies.jar - target/data-proxy-jar-with-dependencies.jar
test:
stage: test
image: maven:3-openjdk-11
script: "mvn verify -B"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment