From 0268b4e56dedc9ad7cf26326f4fae5791f825757 Mon Sep 17 00:00:00 2001
From: Alex Kanitz <alexander.kanitz@unibas.ch>
Date: Tue, 7 Jan 2020 19:01:44 +0100
Subject: [PATCH] add continuous integration support

---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..cf811c2
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+image: snakemake/snakemake:v5.9.1
+
+test:
+  script:
+    - cd snakemake
+    - snakemake -n
+    # add additional tests here
+
-- 
GitLab