From 3368b0e3885885df8d49ac0914cf0a76c9d2f8cb Mon Sep 17 00:00:00 2001
From: Maciej Bak <maciej.bak@unibas.ch>
Date: Thu, 11 Feb 2021 17:49:09 +0100
Subject: [PATCH] ci: turn off labkey test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5c988e..00dd3ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ test:
     # add unit tests here
     # add script tests here
     - bash tests/test_scripts_prepare_inputs_table/test.sh
-    - bash tests/test_scripts_prepare_inputs_labkey/test.sh
+    #- bash tests/test_scripts_prepare_inputs_labkey/test.sh
     #- bash tests/test_alfa/test.sh
     # add integration tests here
     - bash tests/test_create_dag_image/test.sh
-- 
GitLab