diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d23e475e60..fe1170f8821e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -866,7 +866,7 @@ jobs: GCP_CREDENTIALS_KEY: ${{ secrets.GCP_CREDENTIALS_KEY }} GCP_STORAGE_BUCKET: trino-ci-test-us-east run: | - testing/bin/ptl suite run \ + exec testing/trino-product-tests-launcher/target/trino-product-tests-launcher-*-executable.jar suite run \ --suite ${{ matrix.suite }} \ --config config-${{ matrix.config }} \ ${PTL_OPTS:-} \