From afbc7d5807b071349a817a9cc5fa78c887c69905 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 12 Apr 2025 18:25:58 +0200 Subject: [PATCH] test commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fee6a45..659dcf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ on_commits: dependencies: - build script: - - echo "DONE" + - echo "on_commit DONE" only: - /^feature.*$/ - merge_request