From 9f32eb4563cccd6ab3b5d58370e675b79066bf9d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 20 Sep 2017 14:01:12 +0200 Subject: testbeds: qemu: Remove unneeded sleep This removes a sleep in the QEMU testbed that was giving errors. It also catches another error in the SSH support. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10bf999..1f8d116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ before_script: irati-test: script: - - python examples/vpn.py \ No newline at end of file + - python examples/vpn.py -- cgit v1.2.3