summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fd0d171..a8509a50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -509,17 +509,12 @@ freebsd:11.2@container-clean:
- ssh localhost -p 5555 halt || true
- sleep 2
- - kill $(pgrep qemu)
+ - pkill qemu || true
- if [[ ! -e .success ]] ;
then
exit 1 ;
fi
-
- after_script:
- # no matter the results of the tests, we want to kill the VM
- - kill $(pgrep qemu)
-
artifacts:
name: "qemu-meson-logs-$CI_JOB_NAME"
when: always