diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 71bea3ca..c6495d2e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,6 +43,7 @@ jobs: uses: fluencelabs/aqua-playground/.github/workflows/tests.yml@master with: js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" + rust-peer-image: "docker.fluence.dev/nox:minimal_aquavm-0-39-1" fluence-cli: needs: @@ -51,3 +52,4 @@ jobs: uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main with: js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" + rust-peer-image: "docker.fluence.dev/nox:minimal_aquavm-0-39-1"