From 83267ed324d8bb3f7f5b1e41ed1f80c608d2ad72 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Tue, 18 Sep 2018 01:45:41 +0200 Subject: [PATCH] Update job names --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a47964..dc1f85a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - deploy -build-ubuntu-18.04: +build ubuntu-18.04: stage: build tags: [ linux, shell ] before_script: @@ -17,7 +17,7 @@ build-ubuntu-18.04: after_script: - docker logout "${CI_REGISTRY}" -build-windows: +build windows: stage: build tags: [ windows, shell ] before_script: -- GitLab