.gitlab-ci.yml: Use stretch Debian image instead of unstable
This commit is contained in:
parent
6129120103
commit
fe80d58ca4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue