From df06c4e4ac7404f0cafbb2012892162b3773fdab Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@fossgalaxy.com>
Date: Thu, 21 Apr 2022 10:11:18 +0000
Subject: [PATCH] Update .gitlab-ci.yml file - use vendored xorg

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe6652c..6bc9206 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,11 +65,11 @@ build:f34-conan-xorg:
 test:f34-fallback-wayland:
   extends: .f34-ogl
   stage: test
-  needs: [ "build:f34-fallback-wayland" ]
+  needs: [ "build:f34-conan-xorg" ]
   script:
     - cd build && ./tests/testfggl/fggl_test
   dependencies:
-    - build:f34-fallback-wayland
+    - build:f34-conan-xorg
 
 #unit-test-job:   # This job runs in the test stage.
 #  stage: test    # It only starts when the job in the build stage completes successfully.
-- 
GitLab