summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-08 16:54:38 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-08 16:54:38 +0100
commitb134c986410bfcfbb6463c55883c94f46f3c0b88 (patch)
tree84a9b6b87742a991303b71be713146c7580aaf3c
parent5aa326db61578a3f2c31a64b500669f7c2a84474 (diff)
downloadtotem-b134c986410bfcfbb6463c55883c94f46f3c0b88.tar.gz
ci: Work-around crun permission problem
See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545#note_1376925
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e51b728d..618bcea7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,8 @@ variables:
build-fedora:
image: fedora:36
stage: test
+ tags:
+ - crun
before_script:
- dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
# Package with this fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2435