diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08a189ddc3..ab8418eb2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,8 @@ stages: - rm -rf .ccache - bash -x bin/tests/system/ifconfig.sh up script: - - cd bin/tests && make -j${TEST_PARALLEL_JOBS:-1} -k test V=1 + - ( cd bin/tests && make -j${TEST_PARALLEL_JOBS:-1} -k test V=1 ) + - test -s bin/tests/system/systests.output artifacts: untracked: true expire_in: '1 week'