birthdaybot/.gitlab-ci.yml
Miguel de la Cruz c9b39ee98b Fix CI command
2023-06-29 23:52:31 +02:00

9 lines
117 B
YAML

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