diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4921dd92f121651153dc7f241b42727d9a74865d..4e499ff273eb70943a88eec5c9ad62c57cd8e890 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,3 @@
-variables:
-  TEST_PACKAGE_NAME: clmctest-SNAPSHOP-.tar.gz
-
 stages:  
   - build
   - test
@@ -9,11 +6,10 @@ stages:
 build:tests:
   stage: build
   script: 
-    - echo $TEST_PACKAGE_NAME
     - python setup.py sdist --dist-dir=build
   artifacts:
     paths:
-    - build/$TEST_PACKAGE_NAME
+    - build/clmctest-SNAPSHOT-.tar.gz
     expire_in: 1 day
 
 test:
diff --git a/setup.py b/setup.py
index a96fe958818a79d5678b00933903587935d734fb..a16cad5af2848cd31b96040a2945dc9ba0c7610b 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ def read(fname):
 
 setup(
     name = "clmctest",
-    version = "clmctest-SNAPSHOP",
+    version = "SNAPSHOP",
     author = "Michael Boniface",
     author_email = "mjb@it-innovation.soton.ac.uk",
     description = "FLAME CLMC Testing Module",