diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:10:00 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:10:00 -0400 |
| commit | a974d3ab46c7b947219a5918c13410d7ed9c7ae8 (patch) | |
| tree | d2dac3fc647b078c7c9fd93b41018a6a3a28b49b | |
| parent | 75d168435a48b9559c0f80d17d961dff1e3c310d (diff) | |
Update gitlab ci
| -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 a201c99..eac0b64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,4 @@ debian: stage: test image: debian:stable script: - - bash tests/run.sh run + - bash tests/run.sh break |
