diff --git a/.github/workflows/gcp-test.yaml b/.github/workflows/gcp-test.yaml index 3bbe1912..8daf9c52 100644 --- a/.github/workflows/gcp-test.yaml +++ b/.github/workflows/gcp-test.yaml @@ -27,7 +27,7 @@ jobs: - name: 'SSH into the instance' run: | - gcloud compute ssh demos-tests --zone us-central1-a --command "ls" --quiet + gcloud compute ssh demos-tests --project gpu-insatnce --quiet --zone us-central1-a --command "ls" run-test: needs: activate-vm