diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c7b4526f1cce2f173c66b17478cfecce79e45f1..61274c36713dcaac5a3d46be43dccc2ef5eed39d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,7 @@ tests: variables: GIT_DEPTH: 1 script: - - git submodule init - - git submodule update --init --recursive --remote + - git submodule update --init --recursive - python3 -m pip install -r submodules/dagflow/requirements.txt - mkdir output - coverage run --source=. --omit=submodules/* -m pytest