Skip to content
Snippets Groups Projects
Commit 523f3b56 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix docker image name in pipeline

parent 2d61ade1
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8641 failed with stages
in 2 hours, 5 minutes, and 47 seconds
......@@ -29,7 +29,7 @@ process {
container = 'gudmaprbk/python3:1.0.0'
}
withName: trimData {
container = 'gudmaprbk/trimgalore0.6.5::1.0.0'
container = 'gudmaprbk/trimgalore0.6.5:1.0.0'
}
withName: getRefInfer {
container = 'gudmaprbk/deriva1.3:1.0.0'
......
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