diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-03-05 22:01:30 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-03-05 22:01:30 +0100 |
commit | 1ad98965c5eacd5c5f468beac146dfd0d63c83f2 (patch) | |
tree | 9f269942b9a8b116525d51dcec6afd95b45a2f8b /.gitlab-ci.yml | |
parent | ead531ffefdad0f6b5d654330d0e4aba94757569 (diff) |
Tests: Enforce cleanup before running a test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c2b6baf..aca4ac11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -326,6 +326,7 @@ build-birdlab: - amd64 script: - cd $TOOLS_DIR/netlab + - sudo ./stop - sudo ./runtest -m check $TEST_NAME test-ospf-base: |