diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14064a1bfc67d22cf750c1f02281049cd96e5775..8fd7ef2cf2cf0231265b6ac73a3b1b9bde75b7d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ build: after_script: ##### sonar - - mvn -Dmaven.test.skip=true -Dsurefire.useSystemClassLoader=false -Dmaven.repo.local=.m2/repository package sonar:sonar -Dsonar.host.url="http://aurora2.private.list.lu:9000" + - mvn -Dmaven.test.skip=true -Dsurefire.useSystemClassLoader=false -Dmaven.repo.local=.m2/repository package sonar:sonar -Dsonar.projectKey=$CI_PROJECT_NAME -Dsonar.host.url="http://aurora2.private.list.lu:9000" ##### licences - apt-get install ruby -y - gem install license_finder