From 317b59a9af86625b23e953e1e5665fa4d0eb9194 Mon Sep 17 00:00:00 2001
From: LoveIsGrief <loveisgrief@tuta.io>
Date: Wed, 27 Jan 2021 20:01:16 +0100
Subject: [PATCH] CI: Where's the build.xml??

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 474dde49dd..1ca9953b19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,7 @@ test:ant:
         - echo hamcrest.home=/usr/share/java >> override.properties
         - echo mockito.home=/usr/share/java >> override.properties
     script:
+        - ls -l
         - ant test
     only:
         - master
-- 
GitLab