diff --git a/script/cibuild b/script/cibuild index b0e0a31fb89..bd8ac963429 100755 --- a/script/cibuild +++ b/script/cibuild @@ -3,6 +3,8 @@ # script/cibuild: Setup environment for CI to run tests. This is primarily # designed to run on the continuous integration server. +cd "$(dirname "$0")/.." + script/test coverage STATUS=$?