From 57356f4e8768ec81c7d3cb202c30bfb62b5c9dbc Mon Sep 17 00:00:00 2001
From: Birk Gustav Samson Stoveland <bgstovel@stud.ntnu.no>
Date: Sun, 3 Oct 2021 16:45:00 +0200
Subject: [PATCH] fix: update readme for gitlab ci

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bb9615d..3896392 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ When it comes to merge requests, we wanted to see the quantity of commits pr. me
  - We used fetch() for the AJAX api-calls. because it always returns a promise that can be used for the data.
  - We used the default react-viewport, as we experienced that it works well enough for our purposes.
  - We used Material UI’s default method of handling media queries to alter the css based on the display width.
+ - We used the built in gitlab-ci pipeline to check that pushed builds could be built, had been properly formatted and that they passed the tests we had.
 
 ## Design
  - The Navbar has a flexible layout, which for big screens has icons and names of the different pages as clickables, but for smaller screens it has a hamburger button with a dropdown menu to compensate for the lack of space.
-- 
GitLab