From f87b1c2fcde8228aadd1ac738aa1c85bbd966ef0 Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Mon, 6 Feb 2017 23:15:38 +0100 Subject: [PATCH] Wrong tests docker images --- integration/resources/compose/healthcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/resources/compose/healthcheck.yml b/integration/resources/compose/healthcheck.yml index e2b6f7083..cbe13d553 100644 --- a/integration/resources/compose/healthcheck.yml +++ b/integration/resources/compose/healthcheck.yml @@ -1,5 +1,5 @@ whoami1: - image: juliens/whoami + image: emilevauge/whoami whoami2: - image: juliens/whoami + image: emilevauge/whoami