From ae8c140fe647da3d70690a8755ea21e9d502cb6f Mon Sep 17 00:00:00 2001
From: Kevin <kevin.hoellring@fau.de>
Date: Thu, 24 Oct 2019 13:26:06 +0200
Subject: [PATCH] Fix task_5 not being tested

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1162d75..301f039 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,3 +39,9 @@ test_task4:
   tags:
     - task_check
   script: make test_task4
+
+test_task5:
+stage: test
+tags:
+  - task_check
+script: make test_task5
-- 
GitLab