From ea4190fcd43e00ef6240208bae59c8c3b1bee1b4 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Wed, 22 Feb 2023 15:19:50 +0000
Subject: [PATCH] Test before release

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b74c2e..0408761 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,9 @@
 image: "r.lcr.gr/microhacks/bevy-builder"
 
+stages:
+  - test
+  - deploy
+
 test-linux:
   stage: test
   before_script:
@@ -18,7 +22,7 @@ test-linux:
 
 
 build-linux:
-  stage: build
+  stage: deploy
   before_script:
     - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
     - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
@@ -43,7 +47,7 @@ build-linux:
     - when: manual
 
 build-windows:
-  stage: build
+  stage: deploy
   before_script:
     - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
     - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
-- 
GitLab