diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 95e8b7a..2713522 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -59,6 +59,8 @@ omnibus-gitlab-stretch test: extends: .test_build omnibus-gitlab-buster test: extends: .test_build +omnibus-gitlab-bullseye test: + extends: .test_build omnibus-gitlab-xenial test: extends: .test_build omnibus-gitlab-focal test: @@ -165,6 +167,9 @@ omnibus-gitlab-stretch push: omnibus-gitlab-buster push: extends: .build_and_deploy needs: ["omnibus-gitlab-buster test"] +omnibus-gitlab-bullseye push: + extends: .build_and_deploy + needs: ["omnibus-gitlab-bullseye test"] omnibus-gitlab-xenial push: extends: .build_and_deploy needs: ["omnibus-gitlab-xenial test"]