ci: fix opgpcard-rs test image
There is currently no opcard-rs-builddeps image, use opcard-rs-tools instead.
This commit is contained in:
parent
321258ec06
commit
5e96cb6f07
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ run_cardtest_smartpgp:
|
|||
|
||||
run_cardtest_opcard_rs:
|
||||
stage: virtual-test
|
||||
image: registry.gitlab.com/openpgp-card/virtual-cards/opcard-rs-builddeps
|
||||
image: registry.gitlab.com/openpgp-card/virtual-cards/opcard-rs-tools
|
||||
before_script:
|
||||
- *report-rust
|
||||
script:
|
||||
|
@ -169,8 +169,8 @@ run_cardtest_opcard_rs:
|
|||
# inherit all general cache settings
|
||||
<<: *general_cache_config
|
||||
# override the key
|
||||
# (the base image of run_cardtest uses bookworm)
|
||||
key: "bookworm"
|
||||
# (the base image is separate from the other virtual cards)
|
||||
key: "opcard_rs"
|
||||
|
||||
run_cardtest_ykneo:
|
||||
stage: virtual-test
|
||||
|
|
Loading…
Reference in a new issue