From 4e9db3f87a0bced674403083f96b5d5060a727c4 Mon Sep 17 00:00:00 2001
From: Marek Chrastina <marek.chrastina@vsb.cz>
Date: Wed, 13 Feb 2019 14:02:32 +0100
Subject: [PATCH] Replace davidhrbac/docker-mdcheck with
 it4innovations/docker-mdcheck

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c77e11e83..950ee0ac7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ capitalize:
 
 ext_links:
   stage: test
-  image: davidhrbac/docker-mdcheck:latest
+  image: it4innovations/docker-mdcheck:latest
   allow_failure: true
   after_script:
   # remove JSON results
-- 
GitLab