From 4bdc2ef9a8a42bb587871dd564ae4fe79b4cfc79 Mon Sep 17 00:00:00 2001
From: Matthias Betz <matthias.betz@hft-stuttgart.de>
Date: Fri, 29 Nov 2019 10:40:48 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0148752..e0c278a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,9 +8,10 @@ build:
         
 release:
     script:
+        - mvn package -B
         - echo "create release"
         - FILE= ls target/ | grep *.zip | head -n 1
     only:
         refs:
             - master
-        
\ No newline at end of file
+        
-- 
GitLab