Git CI stall solution update
Add to solution for Git CI stall:
nextflow -q run workflow/main.nf
pro/con:
-bg
can see nextflow output in gitlab CI terminal but cannot use any command after in CI (eg pytest)
q
cannot see nextflow output in gitlab CI terminal but can use any command after in CI (eg pytest)