From 36cb5945cb2c2dac1420d5b31213ac77c0ec983a Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Mon, 31 May 2021 18:15:46 +0200
Subject: [PATCH] fix tag name

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

diff --git a/.gitlab-ci-psnc.yml b/.gitlab-ci-psnc.yml
index c93e29f..669a712 100644
--- a/.gitlab-ci-psnc.yml
+++ b/.gitlab-ci-psnc.yml
@@ -17,18 +17,18 @@ upload_linux_artifact:
     paths:
       - /home/maxadamo/go/bin/acme-downloader
   tags:
-    - shell
+    - visnu_shell
 upload_windows_artifact:
   script: ./build.sh --os=windows --arch=amd64 --upx
   artifacts:
     paths:
       - /home/maxadamo/go/bin/windows_amd64/acme-downloader.exe
   tags:
-    - sonarqube
+    - visnu_shell
 upload_shell_script:
   artifacts:
     paths:
       - acme-downloader.sh
   tags:
-    - sonarqube
+    - visnu_shell
 
-- 
GitLab