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"