From b413ba542e87f3f9dc123d168dc05c258da29702 Mon Sep 17 00:00:00 2001 From: Maxim Gonchar <maxim.mg.gonchar@gmail.com> Date: Thu, 27 Apr 2023 14:03:00 +0300 Subject: [PATCH] ci: test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61274c3..0c3c1a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ tests: variables: GIT_DEPTH: 1 script: + - git submodule sync - git submodule update --init --recursive - python3 -m pip install -r submodules/dagflow/requirements.txt - mkdir output -- GitLab