From d52b73e030b2d094540717aecdd17f8333f82e23 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@fossgalaxy.com>
Date: Thu, 16 Sep 2021 08:00:59 +0000
Subject: [PATCH] Add wayland CI to test phase

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4a3a26..08645e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,7 @@ test:f34-fallback-wayland:
   extends: .f34-ogl
   stage: test
   script:
+    - dnf install -y wayland wayland-protocols
     - cd build && ./tests/testfggl/fggl_test
   dependencies:
     - build:f34-fallback-wayland
-- 
GitLab