diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1162d75a2e2a51688de55df7b076650b93aedc35
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,41 @@
+image:
+  name: cp1_testing_image_ex1:latest
+
+stages:
+  - test
+
+
+# Testing the stuff
+test_task1:
+  stage: test
+  tags:
+    - task_check
+  script: make test_task1
+
+
+test_task2:
+  stage: test
+  tags:
+    - task_check
+  script: make test_task2
+
+
+test_task3:
+  stage: test
+  tags:
+    - task_check
+  script: make test_task3
+
+
+test_task4:
+  stage: test
+  tags:
+    - task_check
+  script: make test_task4
+
+
+test_task4:
+  stage: test
+  tags:
+    - task_check
+  script: make test_task4