From 7790ca4596db8ffecbc906b7cc1fe69626a9b4b1 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Mon, 1 Mar 2021 10:59:09 +0100
Subject: [PATCH] add overlay vars (2)

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a441ac49..55f7f567 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,14 +133,15 @@ check:links:
      DOCKER_TLS_CERTDIR: ""
    services:
      - name: docker:19.03.0-dind
-       command: ["--mtu=1458", "--registry-mirror", "https://docker-registry.lcsb.uni.lu"]
+       command: ["--mtu=1458"]
+       # , "--registry-mirror", "https://docker-registry.lcsb.uni.lu"]
    rules:
      - if: $CI_COMMIT_REF_NAME
      - if: $CI_MERGE_REQUEST_ID
    before_script:
      - cp -r build/external checkFolder
      - ls -lash
-     - docker info
+     - docker version
    script:
      - docker run -i -v "$(pwd)"/build/external:/checkFolder -t git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
 
-- 
GitLab