ci: Run docker tests with gogo

They were running with Ruby... whoopsie
This commit is contained in:
Paul Hinze 2022-05-13 16:41:19 -05:00
parent ebd03d604b
commit 10b505cfad
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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"