From e2a6c96406827da0313f76a1fdab2e104ccfd712 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 5 May 2022 13:35:26 +0200 Subject: [PATCH] [CI] add scripts manually --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd3a78d..b46b51a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,4 +44,9 @@ pytest: # Create a postgresql container - docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --publish 9542:5432 --name db postgres:13 - - poetry run pytest --cov odoo_openupgrade_wizard -v tests/cli_A_init_test.py + - | + poetry run pytest + --cov odoo_openupgrade_wizard + -v + tests/cli_A_init_test.py + tests/cli_B_01_get_code_test.py