From cf08c148e3c1ffeffed74f74eca6b2f8ab5d0b43 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 23 Mar 2022 14:10:12 +0100 Subject: [PATCH] Run dummy job in test stage --- .gitlab/ci_templates/dummy_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml index 8287e379e..c51e43a30 100644 --- a/.gitlab/ci_templates/dummy_job.yml +++ b/.gitlab/ci_templates/dummy_job.yml @@ -1,5 +1,5 @@ dummy-job: - stage: .post + stage: test script: - echo "This is a dummy job which does nothing else but triggers a pipeline" - echo "nonetheless, useful for situations where CI rules would not trigger" -- GitLab