diff --git a/lib/lib.sh b/lib/lib.sh index a7471b8..3e21377 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -217,7 +217,7 @@ function start_gitlab() { } function stop_gitlab() { - docker rm -f test-gitlab + docker rm -f test-gitlab >&/dev/null } function stop_forgejo() {