diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4767d4b4975ca5698dad7790237f8540e8769912..ae5d7151499cfb1e7d6bba5d9d0a5ea9dbdc887b 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: