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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c733a32..e0c60ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,8 @@ variables:
 
 build:
   script:
+    - git describe --always --dirty
+    - git status
     - make
   artifacts:
     paths:
-- 
GitLab