diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdda77aecb93687f9ca537fe629e6b61037c2db7..f2c3e60fe5f9a1a2857fa8eb9dc0bf26e7cdee23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ test:
   stage: test
   script: 
     - vagrant --fixture=scripts -- up
-    - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA.tar.gz"
+    - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/$TEST_PACKAGE_NAME"
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
     - vagrant --fixture=monitoring -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"  
@@ -30,6 +30,7 @@ test:
     - vagrant --fixture=inputs -- destroy --force     
     - vagrant --fixture=monitoring -- destroy --force     
     - vagrant --fixture=scripts -- destroy --force
-  when: manual   
+    - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 -y uninstall clmctest"    
+  when: on_success   
 
  
\ No newline at end of file