From 434a735ccf89e0c7092a22610fce4bb5ff6d98b0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 12:21:28 +0100 Subject: [PATCH] chore(Makefile): make backend-lint in CI mode --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6a820ac4..e34825f8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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