summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-12-04 18:08:10 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-12-04 18:08:10 +0000
commitdd3e92339d929cc91978e207506b6acd34b02910 (patch)
tree9e185be4e4e15234c5136aa5911a5112089b748f /.gitlab-ci.yml
parent001619db74de94fe7d92229885a5b89a052fe2aa (diff)
downloadpango-dd3e92339d929cc91978e207506b6acd34b02910.tar.gz
ci: Rename the Linux build job
Since we're using the GNOME run time, use that as the name of the job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 585d5e95..acde7aaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/base:latest
stages:
- build
-build-pango:
+gnome-runtime-linux:
stage: build
before_script:
- >