diff --git a/Makefile b/Makefile index a1d57f9e0..2f2625fc8 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ui-build-module: .PHONY: ui-test ui-test: - cd $(UI_PATH) && npm run test:coverage + cd $(UI_PATH) && CI=true npm run test:coverage .PHONY: ui-lint ui-lint: