Skip to content
Snippets Groups Projects
Commit 26162358 authored by John Lafin's avatar John Lafin
Browse files

run astrocyte and test stages concurrently

parent 84beba5c
Branches
Tags
No related merge requests found
Pipeline #13575 failed with stages
in 1 minute and 48 seconds
......@@ -25,6 +25,7 @@ astrocyte_check: # Check for astrocyte validity
download-test-data: # Download the test data if missing
stage: download
needs: []
tags:
- vm
script:
......@@ -38,6 +39,7 @@ download-test-data: # Download the test data if missing
test-count-human: # Run cellranger count on the human data
stage: test
needs: ["download-test-data"]
tags:
- vm
before_script:
......@@ -48,6 +50,7 @@ test-count-human: # Run cellranger count on the human data
test-count-barnyard: # Run cellranger count on the barnyard data
stage: test
needs: ["download-test-data"]
tags:
- vm
before_script:
......
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