ci: fix opgpcard-rs test image

There is currently no opcard-rs-builddeps image, use opcard-rs-tools instead.
This commit is contained in:
Heiko Schaefer 2023-05-19 15:01:33 +02:00
parent 321258ec06
commit 5e96cb6f07
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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