From b7376509371bcc57bc62d132168cb83dfbdee107 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Tue, 24 Mar 2020 08:39:36 +0100 Subject: [PATCH] (chore) export zip artefact --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dedc582..49ee7c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ build-java-11: name: java-11 paths: - target/*.jar + - target/*.zip reports: junit: - target/surefire-reports/*.xml