[gnome-applets] ci: add crun tag



commit 7d53016fff7b7abe065637b849e9ad04d0e15117
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 27 10:56:13 2022 +0200

    ci: add crun tag
    
    https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4cc5bd16..d597f9267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,8 @@ ubuntu:
   stage: build
   except:
     - tags
+  tags:
+    - crun
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies
@@ -53,6 +55,8 @@ coverity:
   image: ubuntu:devel
   stage: analysis
   when: manual
+  tags:
+    - crun
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]