Commit ed629ee8 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'fix-gitlab-pipeline-notifications' into 'develop'

fix(ci): gitlab pipeline stage notifications were incorrect: one job was pending

See merge request oai/cn5g/oai-cn5g-amf!34
parents 025c481c 75d8311e
...@@ -67,7 +67,9 @@ pipeline { ...@@ -67,7 +67,9 @@ pipeline {
"Build RHEL8 AMF Image", "Build RHEL8 AMF Image",
"Static Code Analysis", "Static Code Analysis",
"Code Formatting Checker", "Code Formatting Checker",
"Test with DsTester" "Bracket Test with DsTester",
"Test with DsTester on Docker environment",
"Test with DsTester on OC environment"
]) ])
} }
......
Markdown is supported
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