From 3fbf5bc9ac22b008856375e0a3096615f1cc46e7 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Thu, 9 Apr 2026 11:45:02 +0200 Subject: [PATCH] Restore unit test in pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d0f86ab0..670edfbd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,7 @@ build: expire_in: 1 day paths: - vendor/ + - var/translations/ code_style: stage: Tests