From 80166ec221b9ce0dc65a4c271573fa05085890ff Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 21:51:50 +0100 Subject: [PATCH] pip3 and commit ref name test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e728047..dac19d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - TEST_PACKAGE_NAME: clmctest-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA.tar.gz + TEST_PACKAGE_NAME: clmctest-$CI_COMMIT_REF_NAME-CI_COMMIT_TAG.tar.gz stages: - build -- GitLab