From 70ec1c610ed1c00eb2c07ddf0933bea04325b947 Mon Sep 17 00:00:00 2001
From: Andreas <andreksv@ntnu.no>
Date: Fri, 26 Apr 2024 13:19:36 +0200
Subject: [PATCH] test/Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2882eb7..f4ccf09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,6 @@ build_project:
     paths:
       - node_modules/
     policy: pull
-  artifacts:
-    name: "Build project ${CI_COMMIT_REF_NAME}-${CI_JOB_ID}"
-    paths:
-        - build/
-    expire_in: 1 day
 
 vitest_unit-tests:
   stage: test
-- 
GitLab