X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0344940255604764cb37cf9ea248b538cce04ff4..451559bf80f31f57ac6937e79e4d37633b9eafa3:/lib/install/deps_test.go diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go index a19bcb05f8..993e779e5b 100644 --- a/lib/install/deps_test.go +++ b/lib/install/deps_test.go @@ -6,6 +6,7 @@ // Depending on host/network speed, Go's default 10m test timeout // might be too short; recommend "go test -timeout 20m -tags docker". // +//go:build docker // +build docker package install @@ -35,8 +36,9 @@ sourcepath="$(realpath ../..)" docker run -i --rm --workdir /arvados \ -v ${tmp}/arvados-server:/arvados-server:ro \ -v ${sourcepath}:/arvados:ro \ - -v /arvados/services/api/.bundle \ -v /arvados/apps/workbench/.bundle \ + -v /arvados/services/api/.bundle \ + -v /arvados/services/api/tmp \ --env http_proxy \ --env https_proxy \ debian:10 \