macroblog.rs @ d33e4b11bf059e4a7815a771efcef9d079f0e550

fix: Update .gitlab-ci.yml file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b663547d5c39ab582e162299c7f63f0d4ad4809f..dd3bba47c37ec95c989d8367cae13b63402c66d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 stages:
     - test
     - production
-    - build
     - prepare
+    - release
 
 test:
     image: rust:alpine