summaryrefslogtreecommitdiff
path: root/ci/verify-chef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/verify-chef.sh')
-rwxr-xr-xci/verify-chef.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh
index 87a44b3d29..4eaefc0832 100755
--- a/ci/verify-chef.sh
+++ b/ci/verify-chef.sh
@@ -115,5 +115,6 @@ if [ "x$ACCEPTANCE" != "x" ]; then
else
cd $CHEF_GEM
- sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional
+ echo $PATH
+ sudo /opt/$PROJECT_NAME/embedded/bin/bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional
fi