diff --git a/.github/workflows/automated-testing.yml b/.github/workflows/automated-testing.yml index e210733..bdc0b0b 100644 --- a/.github/workflows/automated-testing.yml +++ b/.github/workflows/automated-testing.yml @@ -29,7 +29,7 @@ jobs: with: scenario-folder-path: ${{ matrix.filedir }} scenario-file-name: ${{ matrix.filename }} - simulator-image: carla-health # TODO: Change to rwthika/carla-simulator:server + simulator-image: rwthika/carla-simulator:server simulator-offscreen: false generate-opt-scenario-job-matrix: @@ -62,5 +62,5 @@ jobs: with: scenario-folder-path: ${{ matrix.filedir }} scenario-file-name: ${{ matrix.filename }} - simulator-image: carla-health # TODO: Change to rwthika/carla-simulator:server + simulator-image: rwthika/carla-simulator:server simulator-offscreen: false