summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-11-02 20:29:29 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-11-02 20:29:29 +0100
commitb3ef09cb6ce39f2e4a4ae92ba10098c4cdbb83eb (patch)
tree1154ab2502c4578fd2c13b82bd0b111c2dc5de81
parentf6ab9f33478fbd0d3b2c8382f047bd0e45960594 (diff)
ci: Use the rust-stable image for the rust-stable job.
- Fixes #1063.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65199123..04c58935 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,7 +187,7 @@ rust-stable:
- linux
stage: build
interruptible: true
- image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie-prebuild:latest
+ image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
script:
- CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
rules: