From 2a660681274508e28daa32fc23299face2697669 Mon Sep 17 00:00:00 2001
From: ewbo4360 <ewbo4360@bht-berlin.de>
Date: Tue, 19 Nov 2024 16:17:50 +0100
Subject: [PATCH] build pipeline stage update build and unit tests should work

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9415475..7fb7767 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ build-job :
 test-job1:
   stage: test
   script:
-    - echo "This job tests something"
+    - echo "This job is for untit-tests"
 
 test-job2:
   stage: test
-- 
GitLab