From d231f6740f8a0940c39287903ebe8f644aa66491 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Fri, 3 Jun 2022 17:41:31 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37212fe..6639228 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,9 @@ services:
 
 client_build:
   stage: build
+  only:
+    - master
+    - merge_requests
   tags:
     - docker
     - git
@@ -25,6 +28,9 @@ client_build:
 
 service_build:
   stage: build
+  only:
+    - master
+    - merge_requests
   tags:
     - docker
     - git
@@ -39,6 +45,9 @@ service_build:
 
 service_test:
   stage: test
+  only:
+    - master
+    - merge_requests
   tags:
     - docker
     - git
@@ -49,6 +58,9 @@ service_test:
 
 client_test:
   stage: test
+  only:
+    - master
+    - merge_requests
   tags:
     - docker
     - git
-- 
GitLab