diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8df6bf2..31313e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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