From 8b0e822b5e30a122f650096921706eb1b1b48790 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Wed, 9 Oct 2024 13:04:19 +0000 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 991a8c6..3e3a22b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build-job: image: maven:3.9.8-amazoncorretto-21-al2023 script: - echo "Building the project..." - - mvn clean install -DskipTests + - mvn clean install -DskipTests -Dmaven.repo.local=/root/.m2/repository artifacts: paths: - target/*.jar