diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 891ae572..9efda80d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,11 @@ jobs: name: GitHub Actions Test runs-on: ubuntu-latest timeout-minutes: 60 + container: + image: ghcr.io/rsksmart/rootstock-integration-tests/rit-action + credentials: + username: ${{ secrets.gh_image_username }} + password: ${{ secrets.gh_image_token }} steps: - name: Test RIT Action