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

Keep workflow dir on failure

parent b6ec5dae
No related branches found
No related tags found
2 merge requests!2Add testing to vcf-to-varda,!1Gitlab ci
Pipeline #3728 failed
......@@ -12,7 +12,7 @@ stages:
test-sanity:
<<: *before_script_anchor
script:
- pytest --tag sanity
- pytest --keep-workflow-wd-on-fail --tag sanity
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- docker
......@@ -21,7 +21,7 @@ test-sanity:
test-dry-run:
<<: *before_script_anchor
script:
- pytest --tag dry-run
- pytest --keep-workflow-wd-on-fail --tag dry-run
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- docker
......
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