From 2aa121968d2c3c59add5705454073d35580f6e7c Mon Sep 17 00:00:00 2001 From: Erwan Georget Date: Sun, 13 Nov 2016 21:10:27 +0100 Subject: [PATCH] tentative avec Ubuntu 16.10 (on ne sait jamais) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd7080b4..3e5062861 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ Linux client build: - tags tags: - Docker - image: ubuntu:16.04 + image: ubuntu:16.10 script: # Installation des dépendances - apt-get update