From 394910daa77e98387aaad866065bb61edf7b3f85 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 21 Sep 2022 13:37:23 +0200 Subject: [PATCH] Always fetch the repositories again --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f81388..034c5df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ build:rt-tests: tags: - nix script: - - nix build -L --file nix/rt.nix + - nix build -L --tarball-ttl 0 --file nix/rt.nix