From 5e96cb6f07a233b85a2ead82fbc46cba509bb04b Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 19 May 2023 15:01:33 +0200 Subject: [PATCH] ci: fix opgpcard-rs test image There is currently no opcard-rs-builddeps image, use opcard-rs-tools instead. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9204d33..cb22e37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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