summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-02-09 12:52:48 +0000
committerJavier Jardón <jjardon@gnome.org>2018-02-09 13:03:39 +0000
commitdece8d01d0da022045660f5138912f6b49028619 (patch)
tree9854397d0c97a23731d8a10133ea58e503e1f989
parentdcfbecfd7eac8c32e4177c34acda9cbc5fc49bea (diff)
downloadybd-dece8d01d0da022045660f5138912f6b49028619.tar.gz
.gitlab-ci.yml: Test in Debian stretch intead Debian jessie
stretch is the new stable version
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 045d338..2f64c8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,8 +68,8 @@ check_release_notes:
only:
- master
-check_build_debian_jessie:
- image: debian:jessie
+check_build_debian_stretch:
+ image: debian:stretch
<<: *build_definition
check_build_ubuntu_16.04: