diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b961b52..4580f86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ build-job: stage: maven_build image: maven:3.9.8-amazoncorretto-21-al2023 script: + - curl -v https://repo.spring.io/snapshot + - curl -v https://repo.spring.io/snapshot + - curl -v https://repo.spring.io/snapshot - echo "Building the project..." - mvn clean install -DskipTests - ls target/*.jar