From ad1fe3d68bfe7cb2f1622da9afbcb824495bd984 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Sat, 2 Jun 2018 23:37:30 +0100
Subject: [PATCH] incorrect file path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa17a3b..aae5d26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ test:all:
     - sudo cp build/clmctest-SNAPSHOT.tar.gz /var/lib/lxc/test-runner/rootfs/vagrant/build
     - sudo cp build/clmcservice-SNAPSHOT.tar.gz /var/lib/lxc/test-runner/rootfs/vagrant/build
     - sudo lxc-attach -n test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz
-    - sudo lxc-attach -n test-runner -- pip3 install /vagrant/clmcservice-SNAPSHOT.tar.gz
+    - sudo lxc-attach -n test-runner -- pip3 install /vagrant/build/clmcservice-SNAPSHOT.tar.gz
     - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.scripts
     - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmcservice.tests  
     - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.inputs
-- 
GitLab