From ee635af66306dc8186bc77dde874929043bf4018 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Sep 2022 12:46:15 -0400
Subject: [PATCH] Give similar treatment to the system-test runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbd14724..7e7348ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,7 +112,7 @@ system-tests:
   timeout: "3 hours"
   stage: "build"
   script:
-    - "nix-build --attr system-tests"
+    - "nix-shell --pure --run 'nix-build --attr system-tests'"
 
 # A template for a job that can update one of the grids.
 .update-grid: &UPDATE_GRID
-- 
GitLab