From d8f51aa6e26c0f041d70690127416f70e831e64e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 10 Nov 2017 14:08:47 +0100 Subject: [PATCH] Fix cix.sh --- cix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cix.sh b/cix.sh index 0f90a527edc..879206325ea 100755 --- a/cix.sh +++ b/cix.sh @@ -8,7 +8,7 @@ function runCategory { -f tests/pom.xml \ -Dcategory=$CATEGORY \ -Dorchestrator.configUrl=http://infra.internal.sonarsource.com/jenkins/orch-$DB_ENGINE.properties \ - -Dorchestrator.workspace=target/$CATEGORY + -Dorchestrator.workspace=target/$CATEGORY \ -Dwith-db-drivers \ -B -e -V } -- 2.39.5