From 33895a43d22238f3a54c41edf0aeabddaefb7583 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 23 Mar 2022 14:09:58 +0100 Subject: [PATCH] Add test stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0796b1b3..741a7747 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,10 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' stages: + - test - lint-helm-chart - package-helm-chart - release-helm-chart - - .post variables: CHART_NAME: nextcloud-onlyoffice -- GitLab