diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1967028..ebd3dff 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-prebuilt + container: ghcr.io/autowarefoundation/autoware:latest-devel steps: - name: Check out repository uses: actions/checkout@v4