summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorToon Claes <toon@iotcl.com>2017-07-26 09:19:24 +0200
committerTed Zlatanov <tzz@lifelogs.com>2017-08-02 15:24:58 -0400
commitfe80d58ca4ead89e8887aa726482694888a8ef7f (patch)
tree6758e53864814246139c1299bd93136c37e29d46 /.gitlab-ci.yml
parent61291201039fa23096a895cb0cb724d35b7b4ed4 (diff)
downloademacs-fe80d58ca4ead89e8887aa726482694888a8ef7f.tar.gz
.gitlab-ci.yml: Use stretch Debian image instead of unstable
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fcd54fd944..0b1e8b5d9f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@
# Maintainer: tzz@lifelogs.com
# URL: https://gitlab.com/emacs-ci/emacs
-image: debian:unstable
+image: debian:stretch
before_script:
- apt update -qq