Skip to content

Commit

Permalink
update image for ci (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Nov 1, 2024
1 parent 2f8b790 commit bb13a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include:
k8s-integration-test-smoke:
stage: integration-test
<<: *common-refs
image: "${CI_IMAGE}"
image: "docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
tags:
- zombienet-polkadot-integration-test
script:
Expand All @@ -40,7 +40,7 @@ k8s-integration-test-smoke:
native-integration-test:
stage: integration-test
<<: *common-refs
image: "${CI_IMAGE}"
image: "docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
tags:
- zombienet-polkadot-integration-test
script:
Expand All @@ -58,4 +58,4 @@ native-integration-test:
variables:
CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
RUN_IN_CI: "1"
ZOMBIE_PROVIDER: "native"
ZOMBIE_PROVIDER: "native"

0 comments on commit bb13a71

Please sign in to comment.