Replaced references to tcpcloud image with Mirantis ones
Change-Id: Ieb959e9919dc49bc10a02e5814958ed2ba1cf4f4
diff --git a/src/com/mirantis/mk/SaltModelTesting.groovy b/src/com/mirantis/mk/SaltModelTesting.groovy
index 77959db..b918bd7 100644
--- a/src/com/mirantis/mk/SaltModelTesting.groovy
+++ b/src/com/mirantis/mk/SaltModelTesting.groovy
@@ -24,7 +24,7 @@
def saltOpts = "--retcode-passthrough --force-color"
def common = new com.mirantis.mk.Common()
def workspace = common.getWorkspace()
- def img = docker.image("tcpcloud/salt-models-testing:latest")
+ def img = docker.image("mirantis/salt-models-testing:latest")
img.pull()
if (!extraFormulas || extraFormulas == "") {