Merge "attemp to run tests"
diff --git a/tcp_tests/managers/k8smanager.py b/tcp_tests/managers/k8smanager.py
index fd7952c..4a822d7 100644
--- a/tcp_tests/managers/k8smanager.py
+++ b/tcp_tests/managers/k8smanager.py
@@ -607,7 +607,8 @@
         :return:
         """
         with self.__underlay.remote(node_name=self.ctl_host) as r:
-            cmd = "pip install xunitmerge"
+            cmd = ("apt-get install python-setuptools -y; "
+                   "pip install xunitmerge")
             LOG.debug('Installing xunitmerge')
             r.check_call(cmd)
             LOG.debug('Merging xunit')