diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44c79a601db871c96f68c6432f99116eaa3902bc..8cc26e4755875e42be5fb5e399f5ddfa1c7c2a6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,14 +6,14 @@ build-job:
 test-job1:
   stage: test
   script:
-    - echo "this job tests fork"
+    - echo "this job tests fork1"
 
 test-job2:
   stage: test
   script:
-    - echo "this job tests fork"
+    - echo "this job tests fork2"
 
 deploy-prod:
   stage: deploy
   script:
-    - echo "this job tests fork"
+    - echo "this job tests fork3"