From 1b9a40dc5c64b2f97677b299400da8bfdc454350 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Oct 2016 01:31:52 -0400 Subject: [PATCH] Update GitLab CI to use the ubuntu 16.10 image. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a0743f80..b427212c9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:2.7 +image: ubuntu:16.10 services: - mysql:latest - postgres