From 36bff0684bad32f58a60d32f2331b96db5ba7eee Mon Sep 17 00:00:00 2001 From: Andreas Tsagkaropoulos Date: Mon, 19 Jul 2021 12:13:34 +0300 Subject: [PATCH] Modified the build command in order not to run the connectivity tests when automatically building the SLO Violation Calculator --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e317f6..3258f56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ build:slo-severity-calculator: stage: build image: $MAVEN_IMAGE script: - - $SLO_SEVERITY_CALCULATOR_CLI -Dtest=!UnboundedMonitoringAttributeTests clean install + - $SLO_SEVERITY_CALCULATOR_CLI -Dtest=!UnboundedMonitoringAttributeTests,!ConnectivityTests clean install artifacts: paths: - /builds/melodic/morphemic-preprocessor/maven_repo/gr/ntua/imu/morphemic/SLOSeverityCalculator/ -- GitLab