---
stages:
- test
run-tests:
stage: test
image: nixos/nix:latest
script:
- nix-shell --run "make test"