Update .gitlab-ci.yml file

This commit is contained in:
Administrator
2024-08-08 08:55:19 +00:00
parent 5d018f6018
commit 0c0a78ed93

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 -U clean install -DskipTests
artifacts:
paths:
- target/*.jar