.gitlab-ci.yml: Use stretch Debian image instead of unstable

This commit is contained in:
Toon Claes 2017-07-26 09:19:24 +02:00 committed by Ted Zlatanov
parent 6129120103
commit fe80d58ca4
No known key found for this signature in database
GPG key ID: 11F23D0A4E4B9DEE

View file

@ -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