From fbb7dbd660ecb5179e6a749c58de41fcb979df16 Mon Sep 17 00:00:00 2001 From: Gehrung Jonas <jg175@hdm-stuttgart.de> Date: Wed, 21 Feb 2024 18:37:17 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9c2ba9f..fb5c4263 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,5 +22,5 @@ build-battlearena: - "mvn compile" artifacts: paths: - - "target/" + - target/ -- GitLab