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