From a0c718f3b6f5a6e239da7bd23b3c0c0f98fe1a94 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 23 Jun 2020 20:04:16 +1000 Subject: gitlab CI: move the MR check to new, final, "gitlab" stage The initial check happens too quickly so it's quite hard to file an MR before the MR check job runs in the CI. Delay this a bit by moving it to the last stage. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08e13c4..adf23f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,9 @@ variables: FDO_UPSTREAM_REPO: 'xkeyboard-config/xkeyboard-config' stages: - - prep - build - test + - gitlab # We use arch because the image updates frequently and we're not stuck # forever in the update phase @@ -54,7 +54,7 @@ stages: check-merge-request: image: golang:alpine - stage: prep + stage: gitlab before_script: - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates -- cgit v1.2.1