diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 142937a6104..c5efd067a14 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -126,7 +126,7 @@ jobs: max_attempts: 5 timeout_minutes: 25 shell: bash - command: docker exec -t pthd /bin/bash -xec 'tests/run_gpu_tests.sh 2' + command: docker exec -t pthd /bin/bash -xec 'bash tests/run_gpu_tests.sh 2' new_command_on_retry: docker exec -e USE_LAST_FAILED=1 -t pthd /bin/bash -xec 'tests/run_gpu_tests.sh 2' - name: Upload coverage to Codecov