diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 926be68afcc15ffb2a3fa60cd4118b020deebbee..8dfee6cdf8d6b72098f81970186a7a3449c23606 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -345,7 +345,7 @@ mm10-3.0.0: - master - tags script: - - nextflow run workflow/main.nf -profile biohpc,cluster --fastq "test_data/hu.v3s2r10k/*.fastq.gz" --designFile "test_data/hu.v3s2r10k/design.csv" --genome 'GRCh38-2020A' --kitVersion 'auto' --version '4.0.0' --ci true + - nextflow run workflow/main.nf -profile biohpc,cluster --fastq "test_data/hu.v3s2r10k/*.fastq.gz" --designFile "test_data/hu.v3s2r10k/design.csv" --genome 'GRCh38-2020-A' --kitVersion 'auto' --version '4.0.0' --ci true - pytest -m count400 artifacts: name: "$CI_JOB_NAME"