From ed258d12bcf7dbe80108a7131826bb928b2de513 Mon Sep 17 00:00:00 2001
From: Iheb Boussida <iheb.boussida@stud.h-da.de>
Date: Mon, 14 Oct 2024 21:56:26 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa2d707..117c949 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,3 +15,10 @@ check:
       - build
     script:
         - echo "${CI_REGISTRY_IMAGE}"
+
+work:
+  image: registry.code.fbi.h-da.de/stihbouss/react-image
+  script:
+    -ls
+  needs:
+    - build
\ No newline at end of file
-- 
GitLab