ci: Run docker tests with gogo
They were running with Ruby... whoopsie
This commit is contained in:
parent
ebd03d604b
commit
10b505cfad
@ -5,6 +5,7 @@ Vagrant::Spec::Acceptance.configure do |c|
|
||||
c.skeleton_paths << File.expand_path("../../../acceptance/skeletons", __FILE__)
|
||||
# Allow for slow setup to still pass
|
||||
c.assert_retries = 15
|
||||
c.vagrant_path = ENV.fetch("VAGRANT_PATH", "vagrant")
|
||||
c.provider "docker",
|
||||
image: ENV["VAGRANT_SPEC_DOCKER_IMAGE"],
|
||||
box: "placeholder"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user