From bf99249c08f680ea7677cbf69442af3d13c3a88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Lavall=C3=A9e-Bourdeau?= <31708522+qtiplb@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:12:37 -0500 Subject: [PATCH] [ADD] -u root for run_pytest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce664c0f..29fe997a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - run: name: Run Test - command: docker-compose run --rm odoo run_pytest.sh + command: docker-compose run --rm -u root odoo run_pytest.sh - run: name: Codacy Coverage