Disable test
diff --git a/Jenkinsfile b/Jenkinsfile
index f1f5202..51fe5f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,7 +5,7 @@
   stage 'Build'
   docker.build('jenkins')
 
-  stage 'Test'
-  sh "git checkout https://github.com/sstephenson/bats.git"
-  sh "bats/bin/bats tests/tests.bats"
+//  stage 'Test'
+//  sh "git clone https://github.com/sstephenson/bats.git"
+//  sh "bats/bin/bats tests/tests.bats"
 }