From 0ea3fcec397b69815975647f5e2aa5fe944a8486 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jun 2022 11:10:13 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-1-stable-ee --- spec/lib/gitlab/ci/variables/builder_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/lib/gitlab/ci/variables/builder_spec.rb') diff --git a/spec/lib/gitlab/ci/variables/builder_spec.rb b/spec/lib/gitlab/ci/variables/builder_spec.rb index e13a0993fa8..b0704ad7f50 100644 --- a/spec/lib/gitlab/ci/variables/builder_spec.rb +++ b/spec/lib/gitlab/ci/variables/builder_spec.rb @@ -64,6 +64,8 @@ RSpec.describe Gitlab::Ci::Variables::Builder do value: project.path }, { key: 'CI_PROJECT_TITLE', value: project.title }, + { key: 'CI_PROJECT_DESCRIPTION', + value: project.description }, { key: 'CI_PROJECT_PATH', value: project.full_path }, { key: 'CI_PROJECT_PATH_SLUG', -- cgit v1.2.3