diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-09-26 16:51:06 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-09-26 16:51:06 +0200 |
commit | 374202aa8c2dd0e06c49375f1ee7cb439b4f1191 (patch) | |
tree | 886b9be53845a8c840c31b74179adc502e0db45e | |
parent | bf416fb66f0daa93fcbf8111d392cb3d1b119601 (diff) | |
download | rumba-374202aa8c2dd0e06c49375f1ee7cb439b4f1191.tar.gz rumba-374202aa8c2dd0e06c49375f1ee7cb439b4f1191.zip |
CI: reverted to pipeline-passing config
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1632e20..1f8d116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,3 @@ before_script: irati-test: script: - python examples/vpn.py - - python examples/two-layers.py |