Fix CI command
This commit is contained in:
parent
00f7bd0954
commit
c9b39ee98b
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ run-tests:
|
||||||
stage: test
|
stage: test
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
script:
|
script:
|
||||||
- nix-shell --run make test
|
- nix-shell --run "make test"
|
||||||
|
|
Loading…
Reference in a new issue