chore(Makefile): make backend-lint in CI mode

This commit is contained in:
Sarah Vaupel 2024-01-17 12:21:28 +01:00
parent 9b3c50b68f
commit 434a735ccf

View File

@ -97,7 +97,7 @@ frontend build:
backend lint:
stage: lint
script:
- "nix shell .#gnumake --command make backend-lint"
- "nix shell .#gnumake --command -- make CI=1 backend-lint"
before_script: *nix-before
retry: 2
interruptible: true