macroblog.rs @ d33e4b11bf059e4a7815a771efcef9d079f0e550

fix: Update .gitlab-ci.yml file
 1diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
 2index b663547d5c39ab582e162299c7f63f0d4ad4809f..dd3bba47c37ec95c989d8367cae13b63402c66d7 100644
 3--- a/.gitlab-ci.yml
 4+++ b/.gitlab-ci.yml
 5@@ -1,8 +1,8 @@
 6 stages:
 7     - test
 8     - production
 9-    - build
10     - prepare
11+    - release
12 
13 test:
14     image: rust:alpine