From a13ad81e376e24d78142f13c33864a5b59c1c300 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Fri, 3 Dec 2021 13:43:01 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1184a03..78d0143 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,9 @@ include:
   - template: DAST.gitlab-ci.yml
 
 stages:
-  - test
   - build backend
   - build frontend
+  - test
   - deploy mongodb
   - deploy backend
   - deploy frontend
-- 
GitLab