From 8238811b4430b2654ae5955123b10482ae8d548e Mon Sep 17 00:00:00 2001
From: Erik Borgeteien Hansen <erikbhan@stud.ntnu.no>
Date: Wed, 27 Apr 2022 10:13:06 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2e360e..53713d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,8 +21,6 @@ install:
 
 build:
   stage: build
-  needs:
-    -job: install
   cache: 
     key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
     paths:
@@ -36,6 +34,4 @@ build:
 
 run_tests:
   stage: test
-  needs:
-    - job: install
   script: npm run test:unit
\ No newline at end of file
-- 
GitLab