diff options
author | Sander Vrijders <[email protected]> | 2017-09-20 14:01:12 +0200 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-09-20 14:01:12 +0200 |
commit | 9f32eb4563cccd6ab3b5d58370e675b79066bf9d (patch) | |
tree | 796e2ee86b9aad870fb659d36d066eb3311556c8 /.gitlab-ci.yml | |
parent | 0d6eec1b021ac90f59e895f193b9813211bc9930 (diff) | |
download | rumba-9f32eb4563cccd6ab3b5d58370e675b79066bf9d.tar.gz rumba-9f32eb4563cccd6ab3b5d58370e675b79066bf9d.zip |
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |