This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/debian-9_testing in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 591150b598e3518bc04861dba81b4d069c4ea948 Author: Javier Jardón <[email protected]> AuthorDate: Thu Apr 19 11:26:49 2018 +0100 .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 be8529a..27481ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,10 @@ analysis: 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
