From 0b681e1ca4dd01372dbc7aacb696c6e87966cc12 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Thu, 15 Aug 2024 03:42:18 +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 71aaca2..df3220b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build-job: image: maven:3.9.8-amazoncorretto-21-al2023 script: - echo "Building the project..." - - mvn clean install -DskipTests + - mvn clean install -o -DskipTests - ls target/*.jar artifacts: paths: