diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-19 11:26:49 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-25 16:16:18 +0000 |
commit | 54633e92b103a9b5a8d9b9f3f4591363dcab22b2 (patch) | |
tree | 79bc83b7bc79c6cb74e701a03e438b7efbb5affe | |
parent | 52da8751462d4d574482f7b56af13d2b97fffb8b (diff) | |
download | buildstream-54633e92b103a9b5a8d9b9f3f4591363dcab22b2.tar.gz |
.gitlab-ci.yml: Run test in current Debian stable (stretch)
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf3747048..29ad9d09c 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 @@ -225,6 +229,7 @@ coverage: - coverage report --rcfile=../.coveragerc -m dependencies: - tests-debian-8 + - tests-debian-9 - tests-fedora-27 - tests-unix - source_dist |