Skip to content

Commit 21ef932

Browse files
committed
Fix wrong image name
1 parent 1786db8 commit 21ef932

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
docker compose build
7676
7777
- name: Run C++ tests
78-
run: docker run --rm qsim-cxx-tests
78+
run: docker run --rm qsim-cxx-tests:latest
7979

8080
- name: Run Python tests
81-
run: docker run --rm qsim-py-tests
81+
run: docker run --rm qsim-py-tests:latest
8282

8383
- name: Run a sample simulation
84-
run: docker run --rm qsim:latest -c /qsim/circuits/circuit_q24
84+
run: docker run --rm qsim-base-image:latest -c /qsim/circuits/circuit_q24
8585

8686
- name: Test installation process
8787
run: |

0 commit comments

Comments
 (0)