diff --git a/docker/owlbot/nodejs/cloudbuild_test.yaml b/docker/owlbot/nodejs/cloudbuild_test.yaml index e081ecdfd..426c3381f 100644 --- a/docker/owlbot/nodejs/cloudbuild_test.yaml +++ b/docker/owlbot/nodejs/cloudbuild_test.yaml @@ -22,6 +22,8 @@ steps: - '100' - --no-single-branch - https://github.com/googleapis/nodejs-bigtable.git + env: + - 'HOME=/workspace' # Build the docker image. - name: 'gcr.io/cloud-builders/docker' id: 'build'