From 38c17776fd4941dc1919d5907e737569b8c1d5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Apr 2018 11:26:49 +0100 Subject: .gitlab-ci.yml: Run test in current Debian stable (stretch) --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf3747048..400d6c11a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,10 @@ source_dist: tests-debian-8: <<: *linux-tests +tests-debian-9: + image: buildstream/buildstream-debian:master-81-caa5241 + <<: *linux-tests + tests-fedora-27: image: buildstream/buildstream-fedora:master-56-5d7ee17 <<: *linux-tests -- cgit v1.2.1