diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9328bd1c5e1ea0e7ba5044c719508040774441bd..a6c6f65be7b5d1cea2df6a0f894d26988f042552 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ variables: GIT_STRATEGY: fetch GIT_SSL_NO_VERIFY: "1" GIT_DEPTH: 1 + GIT_SUBMODULE_STRATEGY: recursive # to re-use clones also in different forks GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_NAME ## Runtime options for sanitizers @@ -22,6 +23,11 @@ variables: # Mote: "WIP:" merge request, non-WIP merge requests and "Ready for Code Review" MR are all # handled explicitly # + + + +# normal multi-step pipeline for each commit + stages: - quality - config