From 7997f0884b1782c979d2ed08c69b3628ed8452ab Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Mon, 18 Nov 2024 20:04:17 +0000 Subject: [PATCH] CI: enabled FPDebug test job to run automatically --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d44c100be3..6a7fd44c5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -347,7 +347,8 @@ tests-fpdebug: # run FPDebug tests and output results in JUnit format (for this reports: junit: $OUTPUT_FILE rules: - - !reference [.manualjob, rules] + - !reference [.runscheduled, rules] + - !reference [.onsuccessjob, rules] tests-lcl: # run LCL tests and output results in JUnit format (for this FPC 3.3.1 and up is needed) stage: build