aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-11 18:48:48 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-11-14 13:10:17 +0100
commitda5a35e6856f853977fd217a8ffec3fc50a6c9b6 (patch)
treeb656559e9cf6252694725d263288d8e5e040b65f /cix.sh
parent522c9d813b5f39073d809badffc85b0ebd7f1209 (diff)
downloadsonarqube-da5a35e6856f853977fd217a8ffec3fc50a6c9b6.tar.gz
sonarqube-da5a35e6856f853977fd217a8ffec3fc50a6c9b6.zip
Add category qualityGate to integration tests
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 2830bc82ab4..8bd7fa7dc67 100755
--- a/cix.sh
+++ b/cix.sh
@@ -35,6 +35,7 @@ case "$RUN_ACTIVITY" in
CATEGORY=Category1 && runCategory
CATEGORY=authorization && runCategory
CATEGORY=measure && runCategory
+ CATEGORY=qualityGate && runCategory
CATEGORY=source && runCategory
;;