From 19563f23af3956f68efcabc20df11a7c16130bac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Feb 2024 18:54:47 +0300 Subject: [PATCH] fix missing include --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f4c54bdf..06b7dcb28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,9 @@ include: - project: 'ci/ci-templates' ref: master file: .ci-integration-test.yml + - project: 'ci/ci-templates' + ref: master + file: .ci-deploy-helm-chart.yml phpunit: extends: .phpunit