From 5c446c27482d3a230f260c03fc14ed74e4e39706 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Mon, 29 Aug 2022 14:32:37 +0100 Subject: [PATCH] :sparkles: Copied latest gitlab-ci Copied the latest gitlab-ci to be aligned with main branch 1.4 and run proper phpstan tests. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50faaa010..becf30668 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,3 +143,4 @@ trigger-plugins: trigger: project: fusiondirectory/fd-plugins branch: $CI_COMMIT_REF_NAME + -- GitLab