From c40df6cbabe019b7324b608441132902b4af534e Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 15:42:12 -0400
Subject: [PATCH] or should I say "unscrew the quoting"

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

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