Update file .gitlab-ci.yml

This commit is contained in:
Administrator
2024-08-08 09:08:14 +00:00
parent 1a764c0410
commit 4a8ae872b1

View File

@@ -9,7 +9,7 @@ build-job:
image: maven:3.9.8-amazoncorretto-21-al2023
script:
- echo "Building the project..."
- mvn -U clean install -DskipTests
- mvn clean install -DskipTests
artifacts:
paths:
- target/*.jar