From a5bd5ed171b06b5f1f429272804a17df84fdc87c Mon Sep 17 00:00:00 2001
From: Maxim Gonchar <maxim.mg.gonchar@gmail.com>
Date: Tue, 25 Apr 2023 11:51:42 +0300
Subject: [PATCH] ci: fix CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 067e750..99e5ae6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ tests:
     stage: tests
 
     script:
-        - git submodules update --init --recursive
+        - git submodule update --init --recursive
         - python3 -m pip install -r submodules/dagflow/requirements.txt
         - mkdir output
         - coverage run --source=. --omit=submodules/* -m pytest
-- 
GitLab