summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-11-22 04:07:52 +0900
committerJavier Jardón <jjardon@gnome.org>2019-11-23 00:42:35 +0900
commit6217fdb24d595c74d7aedf971a71e868f9bd6466 (patch)
tree486349db9d8d0ac4b16b7100f53846ceed8b5e8b /.gitlab-ci.yml
parent37d761f1de4c9ee8716229f50776b57689332fa7 (diff)
downloadbuildstream-6217fdb24d595c74d7aedf971a71e868f9bd6466.tar.gz
.gitlab-ci.yml: Use Debian9 instead Debian10
Debian 10 is the current stable version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32b325526..299cc65c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
include:
- template: Code-Quality.gitlab-ci.yml
-image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-93453213
+image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-master-97554983
cache:
key: "$CI_JOB_NAME-"
@@ -57,6 +57,10 @@ tests-debian-9:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-93453213
<<: *tests
+tests-debian-10:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-master-97554983
+ <<: *tests
+
tests-fedora-30:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-93453213
<<: *tests
@@ -395,6 +399,7 @@ coverage:
dependencies:
- tests-centos-7.6
- tests-debian-9
+ - tests-debian-10
- tests-fedora-30
- tests-fedora-31
- tests-fedora-missing-deps