diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48513be10..6dbda9889 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: FDO_UPSTREAM_REPO: xorg/xserver FDO_DISTRIBUTION_VERSION: bullseye-slim FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh' - FDO_DISTRIBUTION_TAG: "2022-08-11" + FDO_DISTRIBUTION_TAG: "2022-09-02-weston" include: - project: 'freedesktop/ci-templates' diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 8913e17ea..e30caf845 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -102,6 +102,7 @@ apt-get install -y \ python3-mako \ python3-numpy \ python3-six \ + weston \ x11-xkb-utils \ xfonts-utils \ xkb-data \