summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-19 11:26:49 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-25 16:58:25 +0100
commit591150b598e3518bc04861dba81b4d069c4ea948 (patch)
treeacee082e36fd716daaf3f13d918fa02ff68e8679
parent0257c779eae85cc39ef912afe39ca92227cd4877 (diff)
downloadbuildstream-jjardon/debian-9_testing.tar.gz
.gitlab-ci.yml: Run test in current Debian stable (stretch)jjardon/debian-9_testing
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be8529a55..27481adcc 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