From 9a5f739144ae9bb7d9ed0d34a68c040bac31c381 Mon Sep 17 00:00:00 2001
From: "M. Driver" <mdd31@cantab.ac.uk>
Date: Sun, 10 Oct 2021 22:59:11 +0200
Subject: [PATCH] fix typo.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4034ff4..f0baf0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ before_script:
   - cd resultsanalysis
   - pip install .
   - cd ../
-  - if [[ i! -d 'phasexmlcreator' ]]; then rm -r phasexmlcreator; fi
+  - if [[ -d 'phasexmlcreator' ]]; then rm -r phasexmlcreator; fi
   - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.developers.cam.ac.uk/ch/hunter/ssiptools/ssimpleapps/phasexmlcreator.git
   - cd phasexmlcreator
   - pip install .
-- 
GitLab