summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-06-23 20:04:16 +1000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-06-23 11:10:26 +0000
commita0c718f3b6f5a6e239da7bd23b3c0c0f98fe1a94 (patch)
treed061fe659fd68116a347dffcc7a744b2721afef9 /.gitlab-ci.yml
parent1957aef4f43861750a935b69d51706404ed49a80 (diff)
downloadxkeyboard-config-a0c718f3b6f5a6e239da7bd23b3c0c0f98fe1a94.tar.gz
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 <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
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