Skip to content
Snippets Groups Projects
Commit c5c7cd53 authored by Peng Lian's avatar Peng Lian
Browse files

Update gitlab-ci

parent d958eade
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ variables:
.astrocyte:
before_script:
- *all-script-before
- module load astrocyte/0.4.0
- module load astrocyte/0.4.1
tags:
- cluster_node
......@@ -59,7 +59,7 @@ astrocyte_check:
nextflow_test_docker:
stage: test
script:
- module load nextflow/20.01.0
- module load nextflow/21.04.1
- module load singularity/3.5.3
- cd $CI_PROJECT_DIR/workflow
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_docker.config run main.nf -with-trace -with-timeline -resume --verbose -bg
......@@ -75,7 +75,7 @@ nextflow_test_docker:
nextflow_test_singularity:
stage: test
script:
- module load nextflow/20.01.0
- module load nextflow/21.04.1
- module load singularity/3.5.3
- cd $CI_PROJECT_DIR/workflow
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_singularity.config run main.nf -with-trace -with-timeline -resume --verbose -bg
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment