From 92a53aa4f58d4914ba4d5b9231f506d4fa9cca85 Mon Sep 17 00:00:00 2001 From: Erwan Georget Date: Sun, 13 Nov 2016 13:32:24 +0100 Subject: [PATCH] test de compilation avec Ubuntu 16.04 au lieux de Ubuntu 14.04 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49567f060..bcd7080b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ Linux client build: - tags tags: - Docker - image: ubuntu:14.04 + image: ubuntu:16.04 script: # Installation des dépendances - apt-get update