From a332e72a2a42111626263488f0e9cb51fb6bd8ec Mon Sep 17 00:00:00 2001
From: Jesper Zedlitz <jesper@zedlitz.de>
Date: Wed, 9 Feb 2022 20:44:20 +0100
Subject: [PATCH] mvn verify

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6eb0171..85d5aaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ cache:
 
 stages:
   - build
+  - test
 
 build:
   stage: build
@@ -17,3 +18,7 @@ build:
     paths:
       - target/data-proxy-jar-with-dependencies.jar
 
+test:
+  stage: test
+  image: maven:3-openjdk-11
+  script: "mvn verify -B"
-- 
GitLab