]> git.eshelyaron.com Git - emacs.git/commitdiff
.gitlab-ci.yml: Use stretch Debian image instead of unstable
authorToon Claes <toon@iotcl.com>
Wed, 26 Jul 2017 07:19:24 +0000 (09:19 +0200)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 2 Aug 2017 19:24:58 +0000 (15:24 -0400)
.gitlab-ci.yml

index 5fcd54fd94475f91ce7e140be013d279921bf43e..0b1e8b5d9f7043a206b960f138bb8a8a94a9f3ef 100644 (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