diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8adf5e6f884c5d834a907a1327a4713ed4ddce3..1214011df7dee10d849db1aefbbf9e0d97f67147 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ before_script: - "source ~gitlab-runner/cicd_support/cicd_support.shinc" - - "git submodule sync --recursive" - - "git submodule update --recursive --init" after_script: - "source ~gitlab-runner/cicd_support/cicd_support.shinc" @@ -11,6 +9,9 @@ do-build: tags: - psz script: + - "# update submodules" + - "git submodule sync --recursive" + - "git submodule update --recursive --init" - "# gather info for debugging later, probably not necessary " - "pwd" - "hostname"