Skip to content
Snippets Groups Projects
Commit 2cdb8511 authored by van den Berg's avatar van den Berg
Browse files

Add integration test

parent 08ac4a86
No related branches found
No related tags found
2 merge requests!2Add testing to vcf-to-varda,!1Gitlab ci
Pipeline #3735 passed
......@@ -16,6 +16,7 @@ variables:
stages:
- sanity
- dry-run
- integration
test-sanity:
<<: *before_script_anchor
......@@ -34,3 +35,12 @@ test-dry-run:
tags:
- docker
stage: dry-run
test-integration:
<<: *slurm_before_script_anchor
script:
- pytest --keep-workflow-wd-on-fail --basetemp ${BASETEMP} --tag integration
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- slurm
stage: integration
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment