From 318693d714d63349037e7d73611a2135e95bff11 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Wed, 5 Dec 2018 23:49:13 +0100
Subject: [PATCH] added tag

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95c601097..5bf09b587 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: ubuntu:bionic
 
+variables:
+  GIT_SSL_NO_VERIFY: "1"
+
 before_script:
   - apt-get update --yes
   - apt-get install --yes cmake libboost-dev libeigen3-dev
-- 
GitLab