diff --git a/.ci/spec/run-test.sh b/.ci/spec/run-test.sh index dffe63970..cf0297aaa 100755 --- a/.ci/spec/run-test.sh +++ b/.ci/spec/run-test.sh @@ -27,7 +27,7 @@ export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec echo "Running vagrant spec tests..." # Need to make memory customizable for windows hosts -pkt_wrap_stream "vagrant provision" \ +pkt_wrap_stream "vagrant up" \ "Vagrant Blackbox testing command failed"