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