diff --git a/run-tests.sh b/run-tests.sh index 3a9a1e8b61..c8410594c5 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,6 +19,7 @@ git clone git://github.com/zurb/${FOUNDATION_COMPASS_TEMPLATE}.git cd $FOUNDATION_COMPASS_TEMPLATE bower install ../../dist/assets --save cp -f bower_components/foundation/scss/foundation/_settings.scss scss/_settings.scss +bundle install bundle exec compass compile rc=$? if [ "$rc" -ne 0 ] ; then