From 406b53b83c899ab9f3837f17909c889bc5c0fefc Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Sat, 2 Jun 2018 23:40:44 +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 aae5d26..a71be2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,5 +65,5 @@ clean:
   only:
     - schedules    
   script: 
-    - sudo scripts/test/fixtures.sh destroy -f src/test/clmctest/rspec.json
+    - sudo scripts/test/fixture.sh destroy -f src/test/clmctest/rspec.json
   when: always       
-- 
GitLab