Commit cefb74c4 authored by João Cunha's avatar João Cunha

Fix the QA K3s provider

parent 8d38d489
......@@ -9,7 +9,7 @@ module QA
end
def setup
@k3s = Service::DockerRun::K3s.init do |k3s|
@k3s = Service::DockerRun::K3s.new.tap do |k3s|
k3s.remove!
k3s.register!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment