diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 52e2bc2..5b3c1ed 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -6,7 +6,7 @@ on: jobs: pytest: runs-on: ubuntu-latest - container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuild + container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt steps: - name: Check out repository uses: actions/checkout@v4