From 23de7b7fc1777fc6e762b921711ea5321dd6c418 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Dinot?= <sebastien.dinot@c-s.fr>
Date: Mon, 28 Jan 2019 10:53:50 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99bf614148..f1b417273a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
 build:ubuntu-18.04:release:
   extends: .retry_twice
   stage: build
-  image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc
+  image: registry.orfeo-toolbox.org/sdinot/spdlog:debian-stretch-cpp
   script:
     - CI/build.sh
   artifacts:
-- 
GitLab