Skip to content

Commit

Permalink
use correct server image
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller committed Feb 5, 2024
1 parent 67822db commit bda48cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit bda48cf

Please sign in to comment.