From 9c1c7221255a6ca25b664e0eefac4abdd2e40fe5 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 14 Aug 2021 01:44:46 +0300 Subject: [PATCH] Fetch submodules for BATS CLI tests. It's set in the CI template, so I don't know why it was ignored. Anyway, set it here and get it working again. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2c639a..7840800 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,8 @@ pytest: bats: image: docker.io/library/debian:bullseye-slim + variables: + GIT_SUBMODULE_STRATEGY: recursive stage: test tags: [host01.shore.co.il] before_script: -- GitLab