summaryrefslogtreecommitdiff
path: root/.gitlab/ci/qa-common/main.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/qa-common/main.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/qa-common/main.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/qa-common/main.gitlab-ci.yml b/.gitlab/ci/qa-common/main.gitlab-ci.yml
index 21fd7c77573..c006465194f 100644
--- a/.gitlab/ci/qa-common/main.gitlab-ci.yml
+++ b/.gitlab/ci/qa-common/main.gitlab-ci.yml
@@ -6,7 +6,7 @@ workflow:
include:
- project: gitlab-org/quality/pipeline-common
- ref: 3.1.5
+ ref: 5.1.0
file:
- /ci/base.gitlab-ci.yml
- /ci/allure-report.yml
@@ -235,12 +235,12 @@ stages:
--project "gitlab-org/quality/testcase-sessions" \
--token "${QA_TEST_SESSION_TOKEN}" \
--ci-project-token "${GENERATE_TEST_SESSION_READ_API_REPORTER_TOKEN}" \
- --issue-url-file REPORT_ISSUE_URL
+ --issue-url-file report_issue_url.txt
artifacts:
when: always
expire_in: 1d
paths:
- - qa/REPORT_ISSUE_URL
+ - qa/report_issue_url.txt
.notify-slack:
extends: