diff --git a/README.md b/README.md
index bb9615dcec7a714a4cfdc1564e68b6a8fb6f9377..38963929c9545918c07761b69d0a495593a69d7b 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.