add k8s bootstrap tests to k8s simple

Change-Id: I147faa536d133e2d29023567dfba343e753f6716
diff --git a/mk-k8s-simple-deploy-pipeline.groovy b/mk-k8s-simple-deploy-pipeline.groovy
index d48498b..c044fdc 100644
--- a/mk-k8s-simple-deploy-pipeline.groovy
+++ b/mk-k8s-simple-deploy-pipeline.groovy
@@ -82,6 +82,10 @@
     }
 
     if (RUN_TESTS == "1") {
+        stage('Run k8s bootstrap tests') {
+            salt.runConformanceTests(saltMaster, K8S_API_SERVER, 'tomkukral/k8s-scripts')
+        }
+
         stage("Run k8s conformance e2e tests") {
             salt.runConformanceTests(saltMaster, K8S_API_SERVER, CONFORMANCE_IMAGE)
         }