diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 4eef0464c..4d05c0817 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -11,6 +11,7 @@ variables: options: - "deployment-pipeline" - "daily-pipeline" + - "weekly-pipeline" description: "The CI pipeline to run" include: @@ -21,3 +22,7 @@ include: - local: .gitlab/pipelines/daily-pipeline.yml rules: - if: $PIPELINE_TYPE == "daily-pipeline" + + - local: .gitlab/pipelines/weekly-pipeline.yml + rules: + - if: $PIPELINE_TYPE == "weekly-pipeline"