From 24554b6ccee187845bed533647a5983ecbec94d9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 10 Jul 2019 12:29:48 +0200 Subject: [PATCH] gitlab-ci: enable test build on Debian 10 (buster) (cherry picked from commit bf1cadbdc77030b41ba3b98ab59c6461ac9766d4) --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8258e457a..baf6767352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,6 +132,11 @@ t_debian:9: image: debian:stretch <<: *do_build +t_debian:10: + <<: *debian_install + image: debian:stretch + <<: *do_build + t_debian:testing: <<: *debian_install image: debian:testing