From 89a7b35df7710b58845a3be29ffcedfb8f8d917d Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Tue, 5 Nov 2019 11:15:44 -0500
Subject: [PATCH] ci: Revert changes made to speed testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a6ca70f..8ea85a23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,9 +112,8 @@ build-8.8:
         $(nix-store -qR --include-outputs \
           $(nix-instantiate --quiet ./ci)) \
       > store.nar
-    - mkdir ci/run
       # Test it
-      # - nix run -f ./ci -c run-ci
+    - nix run -f ./ci -c run-ci
 
   after_script:
     - ls -lh
-- 
GitLab