gitlab/ci_template: shorten name for gstreamer nodebug build

Shorter and nicer to read with spaces than underscores.
This commit is contained in:
Tim-Philipp Müller 2019-03-27 15:17:23 +00:00
parent be70dc3735
commit 42c1dcdf59

View file

@ -121,7 +121,7 @@ build fedora x86_64:
variables:
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled"
build_disable_debug fedora x86_64:
build nodebug fedora x86_64:
extends: '.build'
stage: 'build'
image: $FEDORA_IMAGE