diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf811c2d0106984aed8c3ff9b5c879a95f8fec4e..6863c72edd258f8847e385f51c5a39f4999bf1cf 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