From 1f2427b28f3ec8736dd93d94affb0030e695a8fa Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Sep 2022 12:10:34 -0400
Subject: [PATCH] tell us what commands are running

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50a34698..997bda9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,7 @@ unit-tests:
   stage: "build"
   script:
     - |
+      set -x
       # GRID is set in one of the "instantiations" of this job template.
       nix-shell --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
 
-- 
GitLab