diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee5a6368bc..dcaf6ca14e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ include: - template: Security/SAST.gitlab-ci.yml - - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' + # Use branch pipelines to avoid Premium tier features + - template: Workflows/Branch-Pipelines.gitlab-ci.yml stages: - build