From 6c9bc46f73424950598ec316b8c1677f929b4b6f Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 7 Jan 2019 19:22:03 +0100 Subject: [PATCH] plugin is buggy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 126cb86..72e9d15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,4 @@ sonarqube_master_job: only: - master script: - - mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN -Donar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -Dsonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML \ No newline at end of file + - mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN -D sonar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -D sonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML \ No newline at end of file