Update .gitlab-ci.yml file

This commit is contained in:
Sumedh
2024-10-09 13:04:19 +00:00
parent f84383cb29
commit 8b0e822b5e

View File

@@ -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