From 5ced092b01bdde27ebe3ba4d79c32f6635cba815 Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Tue, 4 May 2021 16:50:14 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44c79a6..8cc26e4 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"
-- 
GitLab