From 1ff0f28170d9407f768a42126fe0ea055c7d62fc Mon Sep 17 00:00:00 2001
From: Fabien Forestier <fforestier@MacBookAir.local>
Date: Thu, 18 Jun 2020 11:58:43 +0200
Subject: [PATCH] Update package.json version to 2.1.0 + specify tag in
 gitlab-ci for build job in order to use the dedicated runner

---
 .gitlab-ci.yml | 4 ++++
 package.json   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aafc60f..4578729 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,8 @@ sonarqube:
 
 build_development:
   stage: build
+  tags:
+    - build
   only:
     - development
   script:
@@ -37,6 +39,8 @@ build_development:
 
 build_release:
   stage: build
+  tags:
+    - build
   only:
     - tags
   script:
diff --git a/package.json b/package.json
index 03304e2..fa65b9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "query-proxy",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "",
   "main": "index.js",
   "scripts": {
-- 
GitLab