Skip to content
Snippets Groups Projects
Commit ff03378d authored by Hololens Test's avatar Hololens Test
Browse files

Update biohpc_singularity_gitlab.config

parent 52430372
1 merge request!3Merge new CI pipeline with the changes from Peng.
...@@ -8,12 +8,12 @@ singularity { ...@@ -8,12 +8,12 @@ singularity {
process { process {
executor = 'local' executor = 'local'
withName:uppercase { withName:uppercase {
container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest' container = 'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
} }
withName:tolines { withName:tolines {
container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest' container = 'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
} }
withName:wordcounts { withName:wordcounts {
container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest' container = 'docker://git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
} }
} }
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