diff options
| author | MCapitani <m.capitani@nextworks.it> | 2017-09-20 12:17:24 +0000 |
|---|---|---|
| committer | MCapitani <m.capitani@nextworks.it> | 2017-09-20 12:17:24 +0000 |
| commit | 8632ea7a3c0e50c68e1357c18b0398b013fb3a85 (patch) | |
| tree | 796e2ee86b9aad870fb659d36d066eb3311556c8 /.gitlab-ci.yml | |
| parent | 0d6eec1b021ac90f59e895f193b9813211bc9930 (diff) | |
| parent | 9f32eb4563cccd6ab3b5d58370e675b79066bf9d (diff) | |
| download | rumba-8632ea7a3c0e50c68e1357c18b0398b013fb3a85.tar.gz rumba-8632ea7a3c0e50c68e1357c18b0398b013fb3a85.zip | |
Merge branch 'ci-test' into 'master'
testbeds: qemu: Remove unneeded sleep
See merge request arcfire/rumba!72
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 |
