From ea213b82ae4e56aa54f803164c99f4e8f25f6a41 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 22 Jun 2020 20:11:12 +0200
Subject: [PATCH] Change order of stages.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 391149a..d5415fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 image: python:3.7-buster
 
 stages:
-  - bundle
   - test
+  - bundle
   - deploy
 
 variables:
-- 
GitLab