Use nix instead of a go based image
This commit is contained in:
parent
ec12a1b948
commit
00f7bd0954
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ stages:
|
|||
|
||||
run-tests:
|
||||
stage: test
|
||||
image: golang:1.19
|
||||
image: nixos/nix:latest
|
||||
script:
|
||||
- make test
|
||||
- nix-shell --run make test
|
||||
|
|
Loading…
Reference in a new issue