Use nix instead of a go based image

This commit is contained in:
Miguel de la Cruz 2023-06-29 23:51:08 +02:00
parent ec12a1b948
commit 00f7bd0954

View file

@ -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