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

Add gitlab-ci file

parent 317e9316
No related branches found
No related tags found
2 merge requests!2Add testing to vcf-to-varda,!1Gitlab ci
Pipeline #3726 failed
variables:
GIT_SUBMODULE_STRATEGY: recursive
.before_script_anchor: &before_script_anchor
before_script:
- pip3 install pytest-workflow
stages:
- sanity
- dry-run
test-sanity:
<<: *before_script_anchor
script:
- pytest --tag sanity
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- docker
stage: sanity
test-dry-run:
<<: *before_script_anchor
script:
- pytest --tag dry-run
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- docker
stage: dry-run
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