From 0d32d335aa7cb941eaae06131e624a7ca8e44fdc Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 15:45:32 -0400
Subject: [PATCH] Provide as much information about failures as possible

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91cbaa33..ae667140 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ unit-tests:
   script:
     - |
       # GRID is set in one of the "instantiations" of this job template.
-      nix-shell --run "morph build morph/grid/${GRID}/grid.nix"
+      nix-shell --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
 
 
 morph-build-localdev:
-- 
GitLab