From 40665138dca977f76d81673dd39b834c9b5a4a4f Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Mon, 24 Feb 2020 20:59:14 +0100
Subject: [PATCH] cicd: updated for git.startinblox.com

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97e1340d..73c41f4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,19 +14,18 @@ test:
     - master
     - tags
   tags:
-    - sib
+    - test
 
 publish:
   stage: release
   before_script:
+    - pip install python-semantic-release sib-commit-parser
     - git config user.name "${GITLAB_USER_NAME}"
     - git config user.email "${GITLAB_USER_EMAIL}"
     - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@git.happy-dev.fr/${CI_PROJECT_PATH}.git"
-    - pip install git+https://github.com/plup/python-semantic-release
-    - pip install sib-commit-parser
   script:
     - semantic-release publish
   only:
     - master
   tags:
-    - sib
+    - deploy
-- 
GitLab