Merge branch '10312-nodemanager-quotas' refs #10312
[arvados.git] / build / run-tests.sh
index de29db67e83f38705730cb6b51bd8bcd5e23c707..352d05b945ea168fb0700614c9327bfd1e3fa033 100755 (executable)
@@ -568,7 +568,7 @@ do_test_once() {
         # mode makes Go show the wrong line numbers when reporting
         # compilation errors.
         go get -t "git.curoverse.com/arvados.git/$1" && \
-            cd "$WORKSPACE/$1" && \
+            cd "$GOPATH/src/git.curoverse.com/arvados.git/$1" && \
             [[ -z "$(gofmt -e -d . | tee /dev/stderr)" ]] && \
             if [[ -n "${testargs[$1]}" ]]
         then