From 8491e81249867fe076fe3e8555d0d58e90be5d74 Mon Sep 17 00:00:00 2001 From: Iheb Boussida <iheb.boussida@stud.h-da.de> Date: Mon, 14 Oct 2024 22:02:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 235aea8..d3eb95c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,10 @@ check: work: image: registry.code.fbi.h-da.de/stihbouss/react-image script: - - ls + - npm install + - npm run build needs: - - build \ No newline at end of file + - build + artifacts: + paths: + - dist \ No newline at end of file -- GitLab