From c80b391875e029d5ef97ff312e395cb5f03db3bf Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Tue, 3 Mar 2020 11:15:18 +0100
Subject: [PATCH] Removed tags from .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a10b243e..f9766baf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,5 @@ run tests:
   stage: test
   only:
     - develop
-  tags:
-    - python3
-    - test
   script:
     - pytest test
\ No newline at end of file
-- 
GitLab