From e732df56a1dcacea3d34ffcac8744cdd3a4c6a7f Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Thu, 2 Apr 2020 11:02:24 +0200
Subject: [PATCH] Move packet_centos7-calico-ha-once-localhost to the
 appropriate CI stage (#5881)

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

diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml
index c07b1add5..7313ea41d 100644
--- a/.gitlab-ci/packet.yml
+++ b/.gitlab-ci/packet.yml
@@ -102,7 +102,7 @@ packet_centos7-calico-ha:
   when: manual
 
 packet_centos7-calico-ha-once-localhost:
-  stage: unit-tests
+  stage: deploy-part2
   extends: .packet
   when: on_success
   services:
-- 
GitLab