From d2d517a69ce442776d7ec19246bb44a7f5ba992b Mon Sep 17 00:00:00 2001
From: Chandan Singh <csingh43@bloomberg.net>
Date: Wed, 28 Nov 2018 11:53:16 -0500
Subject: [PATCH] TEST: verify shell script

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64c6d0a1ee..ab33e2ac91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ variables:
   TEST_PYPI_UPLOAD_URL: "https://test.pypi.org/legacy/"
   TEST_PYPI_INDEX_URL: "https://test.pypi.org/simple/"
   PYPI_UPLOAD_URL: "https://upload.pypi.org/legacy/"
-  CI_COMMIT_TAG: "1.3.3"
+  CI_COMMIT_TAG: "foobar"
 
 #####################################################
 #                  Prepare stage                    #
-- 
GitLab