Skip to content
Snippets Groups Projects

Gitlab ci

Merged van den Berg requested to merge gitlab-ci into devel
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading