From c9b39ee98b7363b186016d64a4db5a5b2f2b7afd Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 29 Jun 2023 23:52:31 +0200 Subject: [PATCH] Fix CI command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31313e6..c7a9ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ run-tests: stage: test image: nixos/nix:latest script: - - nix-shell --run make test + - nix-shell --run "make test"