summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c2f77f..2ba57cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,12 @@ variables:
# 1. https://gitlab.com/gitlab-org/gitlab-runner/-/issues/327
CARGO_HOME: $CI_PROJECT_DIR/.cargo
-default:
- image: registry.gitlab.com/obnam/container-images:main
-
check:
+ parallel:
+ matrix:
+ - IMAGE: buster-main
+ - IMAGE: bullseye-main
+ image: registry.gitlab.com/obnam/container-images:$IMAGE
script:
# If any of the checks fail, print out the Subplot log and propagate the
# error.