From 14c02228e7f9fc69ccbd6e960e7ed4596c11fd53 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 15:41:15 -0400
Subject: [PATCH] --run is for non-interactive

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13dd6ad5..4767d4b4 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 --command "morph build morph/grid/${GRID}/grid.nix
+      nix-shell --run "morph build morph/grid/${GRID}/grid.nix
 
 
 morph-build-localdev:
-- 
GitLab