From 570ddffb2c1546edd57d4643320e11b13cdb98e9 Mon Sep 17 00:00:00 2001
From: John Swinbank <swinbank@astron.nl>
Date: Mon, 14 Jun 2021 15:45:19 +0200
Subject: [PATCH] Print status

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0c60ca..7d30886 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ build:
   script:
     - git describe --always --dirty
     - git status
+    - cd figures && git status
     - make
   artifacts:
     paths:
-- 
GitLab