summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPablo Correa Gómez <ablocorrea@hotmail.com>2022-10-21 14:51:00 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-10-25 19:02:33 +0000
commit2374048e53e229f0d1531b0769d2c636bd42cf96 (patch)
tree1e81d7d8a382066104955c0bab7088ce36d2f05f /.gitlab-ci.yml
parent40ebc30fb8610d86a34d6f61d0f6819f84bef61b (diff)
downloadgnome-control-center-2374048e53e229f0d1531b0769d2c636bd42cf96.tar.gz
ci: Install setxkbmap needed for tests and upgrade image
Otherwise, any other operation running the tests has the utility missing
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 f832fbcd3..2b4f671d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ stages:
# stable branch.
# Could probably also switch away from rawhide,
# to stable fedora branch as well.
- FDO_DISTRIBUTION_TAG: '2022-03-29.0-main'
+ FDO_DISTRIBUTION_TAG: '2022-10-22.0-main'
FDO_DISTRIBUTION_VERSION: rawhide
#############################################
@@ -130,6 +130,7 @@ build.container.fedora@x86_64:
alsa-lib-devel
nss-devel
gcr-devel
+ setxkbmap
FDO_DISTRIBUTION_EXEC: |-
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
cd gsettings-desktop-schemas && \
@@ -222,7 +223,6 @@ test:
- build
script:
- - dnf -y install setxkbmap
- *environment_information
- *build_procedure
- *run_tests