diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7b904a7e50d58976a5697dfe4a727c28dddde71..9bfd2d2c53c565abf899b2ee42cf7bdf83c9ada3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ tests: stage: tests script: - - python3 -m pip install -r subtrees/dagflow/requirements.txt + - python3 -m pip install -r submodules/dagflow/requirements.txt - mkdir output - coverage run --source=. --omit=subtrees/* -m pytest - coverage report