gitlab CI: move MR check to a later stage
[platform/upstream/libevdev.git] / .gitlab-ci / ci.template
index c923a9e..aa7e90c 100644 (file)
@@ -24,6 +24,7 @@ stages:
   - meson            # distribution builds with meson
   - tarballs         # tarball builds
   - container_clean  # clean up unused container images
+  - merge-check      # check for a merge request
 
 variables:
   # The upstrem repository we will check for images
@@ -123,7 +124,7 @@ check-commit:
 
 check-merge-request:
   image: golang:alpine
-  stage: prep
+  stage: merge-check
   before_script:
     - apk add python3 py-pip git
     - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates