aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-unit-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-unit-tests.sh')
-rwxr-xr-xscripts/ci-unit-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-unit-tests.sh b/scripts/ci-unit-tests.sh
index a8d57ff..1585d66 100755
--- a/scripts/ci-unit-tests.sh
+++ b/scripts/ci-unit-tests.sh
@@ -10,7 +10,7 @@ if [ "$puppet_version" != "latest" ]; then
export PUPPET_GEM_VERSION="~> $puppet_version.0"
fi
-mkdir .bundled_gems
+mkdir -p .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
gem install bundler --no-rdoc --no-ri --verbose
$GEM_HOME/bin/bundle install --retry 3