From df2e72cd81480bfc37f1b0f99f4ec97ca9381b8a Mon Sep 17 00:00:00 2001
From: Maxim Gonchar <maxim.mg.gonchar@gmail.com>
Date: Tue, 25 Apr 2023 11:36:36 +0300
Subject: [PATCH] chore: update CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bfd2d2..8d235e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ tests:
     script:
         - python3 -m pip install -r submodules/dagflow/requirements.txt
         - mkdir output
-        - coverage run --source=. --omit=subtrees/* -m pytest
+        - coverage run --source=. --omit=submodules/* -m pytest
         - coverage report
         - coverage xml
     coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
-- 
GitLab