diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5290e33..35cbc0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ check: stage: build image: markhobson/maven-chrome:jdk-18 script: - - ./mvnw clean compile dependency-check:aggregate + - ./mvnw clean compile # dependency-check:aggregate - ./mvnw sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.projectName=$SONAR_PROJECT -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN build: