From 09e8cc0ab15f53451afd8b43ca17dfe4c469ccd6 Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Wed, 4 Mar 2020 13:50:20 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 752a2af2..3b2095bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,5 @@ before_script:
 
 run tests:
   stage: test
-  only:
-    - develop
   script:
     - pytest test
\ No newline at end of file
-- 
GitLab