Skip to content
Snippets Groups Projects
Commit e1839b0d authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update .gitlab-ci.yml

parent 558b6410
Branches
Tags
1 merge request!71WIP: Astrocyte 0.4.0
Pipeline #9967 passed with stages
in 11 minutes and 56 seconds
......@@ -16,7 +16,7 @@ astrocyte_check:
stage: astrocyte
script:
- module unload nextflow
- module load astrocyte/0.4.0rc
- module load astrocyte/0.4.0
- astrocyte_cli check .
artifacts:
expire_in: 2 days
......@@ -29,7 +29,7 @@ simple_astrocyte:
stage: astrocyte
script:
- module unload nextflow
- module load astrocyte/0.4.0rc
- module load astrocyte/0.4.0
- cd ..
- astrocyte_cli run $CI_JOB_ID --param=ci,true --param=astrocyte,true
artifacts:
......
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