Add sdc startup in IT

Fix the start sdc so that containers are not killed

Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I0e561cd8f8a679878d3d40355d0db74cb7014f38
diff --git a/pom.xml b/pom.xml
index 1eb531c..08a6dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,6 +611,7 @@
                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
                 <checkstyle.skip>true</checkstyle.skip>
                 <jacoco.skip>true</jacoco.skip>
+                <docker.keepRunning>true</docker.keepRunning>
             </properties>
             <modules>
                 <module>integration-tests</module>