From dd525048c30ccda61030ee8144ada5aeee7aaeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horv=C3=A1th=20Istv=C3=A1n?= <dzctir@inf.elte.hu> Date: Tue, 3 May 2022 20:08:15 +0200 Subject: [PATCH] Fix .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4d0b9c..948012b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,6 +113,8 @@ test-editmode-with-junit-reports: needs: - job: test-playmode-with-junit-reports - job: test-editmode-with-junit-reports + - job: get-unity-version + artifacts: true rules: - if: '$CI_COMMIT_REF_NAME == "main"' -- GitLab