From 49eaf5990e2da683e86184db23c7f9c988b9a02d Mon Sep 17 00:00:00 2001
From: Dobromir Palushev <s28840@bht-berlin.de>
Date: Fri, 2 Sep 2022 19:29:20 +0200
Subject: [PATCH] pipeline multiple updates

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ceb2221..457cf28 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ test-image:
     - docker build
       --tag "${CONTAINER_TAG}-test"
       --target=test
-      "./"
+      "./app"
   after_script:
     - docker image rm --force "${CONTAINER_TAG}-test"
 
-- 
GitLab