From 367f245c49e79216b0348453af9b2a897ad82f2d Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Thu, 2 Apr 2020 01:53:30 +0200
Subject: [PATCH] [ci] restoring stages order

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e2c632cc..d9f476d16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 stages:
-  - package
   - test
   - integration
+  - package
   - prerelease
   - release
 
@@ -158,7 +158,7 @@ package:test:docker-test-image:
     refs:
       - dev
       - tags
-  #when: manual
+  when: manual
   variables:
     IMAGE_TAG: "test-image"
 
-- 
GitLab