From 83519204bbf42a50927865fb3fc258e4353881a5 Mon Sep 17 00:00:00 2001 From: Maxim Gonchar <maxim.mg.gonchar@gmail.com> Date: Thu, 27 Apr 2023 13:53:53 +0300 Subject: [PATCH] ci: try `git submodule init` --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da9415a..5c7b452 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ tests: variables: GIT_DEPTH: 1 script: + - git submodule init - git submodule update --init --recursive --remote - python3 -m pip install -r submodules/dagflow/requirements.txt - mkdir output -- GitLab