fix test output

Change-Id: If848adde559009c0d30b49c995c3a911a6c8f9e1
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index d1c1129..236009a 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -506,7 +506,7 @@
             if (common.checkContains('TEST', 'k8s')) {
                 stage('Run k8s bootstrap tests') {
                     def image = 'tomkukral/k8s-scripts'
-                    def output_file = image.replaceAll('/', '-')
+                    def output_file = image.replaceAll('/', '-') + '.output'
 
                     // run image
                     test.runConformanceTests(saltMaster, K8S_API_SERVER, image)
@@ -525,7 +525,7 @@
                     //test.runConformanceTests(saltMaster, K8S_API_SERVER, K8S_CONFORMANCE_IMAGE)
 
                     def image = K8S_CONFORMANCE_IMAGE
-                    def output_file = image.replaceAll('/', '-')
+                    def output_file = image.replaceAll('/', '-') + '.output'
 
                     // run image
                     test.runConformanceTests(saltMaster, K8S_API_SERVER, image)