Fix CI command

This commit is contained in:
Miguel de la Cruz 2023-06-29 23:52:31 +02:00
parent 00f7bd0954
commit c9b39ee98b

View file

@ -6,4 +6,4 @@ run-tests:
stage: test
image: nixos/nix:latest
script:
- nix-shell --run make test
- nix-shell --run "make test"