From 6e1ee77fbe2f42c97249bf09f6ce21b83dda9455 Mon Sep 17 00:00:00 2001
From: Igor Witz <igor.witz@etu.utc.fr>
Date: Thu, 30 May 2019 17:52:52 +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 a0791cb7..757886ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ services:
 stages:
     - metabuild
     - build
-    - dynamic_tests
     - static_tests
+    - dynamic_tests
     - deployment
     
 # build the container that further steps will run in in order to avoid duplicating instructions between steps
-- 
GitLab