From 388692b851f4196930068b8a382ae7c0412d5bf0 Mon Sep 17 00:00:00 2001
From: Maciej Bak <maciej.bak@unibas.ch>
Date: Thu, 19 Nov 2020 18:36:08 +0100
Subject: [PATCH] ci: comment out alfa test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44bd02a..d5c988e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ test:
     # 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_alfa/test.sh
+    #- bash tests/test_alfa/test.sh
     # add integration tests here
     - bash tests/test_create_dag_image/test.sh
     - bash tests/test_create_rule_graph/test.sh
-- 
GitLab