diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acb133b5be9f6f5e79c352f6704633fbe716d907..8c3b24066d849e317dcb63f3f56a33a58d87e46a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,5 @@ before_script: test: script: - - nextflow run workflow/main.nf + - nextflow run workflow/main.nf -resume - pytest