From 75f63f864c1de85a99cfe6f87ef5a00f7c2dcd8c Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@unibas.ch> Date: Fri, 24 Jan 2020 17:35:48 +0100 Subject: [PATCH] add integration test to CI config --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf811c2..6863c72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,6 @@ test: script: - cd snakemake - snakemake -n + - bash run_test.sh # add additional tests here -- GitLab