From a37d1dc1d7a77ea15a5f9aebaf2650d297466314 Mon Sep 17 00:00:00 2001
From: Mason Packard <mason.packard@yahoo.com>
Date: Thu, 11 Aug 2016 09:39:53 -0400
Subject: [PATCH] Worker now appropriately includes bats in path

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c860c42..1e71a86 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ node {
 
   stage 'TEST: Base'
 
-    sh '/usr/local/bin/bats tests/base.bats'
+    sh '`bats tests/base.bats'
 
   stage 'SHIP: Base'