From bead8aea0a8989e836f180537ae1d166bb3f5b03 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 28 Sep 2023 11:20:28 +0200 Subject: [PATCH] Run the tests from the jungle flake --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1159362..7e0510a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,4 @@ build:bsc-ci.all: tags: - nix script: - - nix build -v -L ".#bsc-ci.all" + - nix build -L "jungle#bsc-ci.all" --override-input bscpkgs .