From 6ae43589df80e8ddfdde4c5245d0794d2fcbe0c3 Mon Sep 17 00:00:00 2001
From: BIOPZ-Gypas Foivos <foivos.gypas@unibas.ch>
Date: Mon, 8 Jun 2020 16:21:29 +0200
Subject: [PATCH] Disable labkey tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 771bf2b..dfb1dd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,8 +12,8 @@ test:
     # add code quality tests here
     # add unit tests here
     # add script tests here
-    - bash tests/test_scripts_labkey_to_snakemake_table/test.sh
-    - bash tests/test_scripts_labkey_to_snakemake_api/test.sh
+    #- bash tests/test_scripts_labkey_to_snakemake_table/test.sh
+    #- bash tests/test_scripts_labkey_to_snakemake_api/test.sh
     - bash tests/test_alfa/test.sh
     # add integration tests here
     - bash tests/test_create_dag_image/test.sh
-- 
GitLab