Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klinische Genetica
capture-lumc
hutspot
Commits
ec08fd25
Commit
ec08fd25
authored
Apr 23, 2020
by
Ruben Vorderman
Browse files
use plain pytest
parent
dfc4966e
Pipeline
#3639
passed with stages
in 29 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ec08fd25
...
...
@@ -27,7 +27,7 @@ stages:
test_sanities
:
<<
:
*docker_before_script_anchor
script
:
-
pytest
-3
--tag sanity --workflow-threads
8
-
pytest --tag sanity --workflow-threads
8
image
:
lumc/singularity-snakemake:3.5.2-5.15.0
tags
:
-
docker
...
...
@@ -36,7 +36,7 @@ test_sanities:
test_dry_run
:
<<
:
*docker_before_script_anchor
script
:
-
pytest
-3
--tag dry-run --workflow-threads
8
-
pytest --tag dry-run --workflow-threads
8
image
:
lumc/singularity-snakemake:3.5.2-5.15.0
tags
:
-
docker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment