diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index ab4e5be1ab..1cd0f1778d 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -62,7 +62,7 @@ _run_validate() { } _run_unit() { - podmanmake test-integration-local BUILDTAGS="$BUILDTAGS" + podmanmake test-unit-local BUILDTAGS="$BUILDTAGS" } _run_integration() {