From fec82fee3f134f624caadf1aebc9f391e0e350d1 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Fri, 7 Apr 2023 15:38:32 +0200
Subject: [PATCH] Debug failures

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d2bb62c..8c9d73ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ stages:
  - deploy
 
 before_script:
+  - pwd
+  - ls -alrt /home/gitlab-runner
   - apt-get update --yes
   - apt-get install --yes build-essential cmake graphviz python3-pyqt5 xvfb xdg-utils lcov
   - python -m pip install --upgrade pip
-- 
GitLab