From 91930b4adef130cb300dad3e04eeada1e19c77ed Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 23 Feb 2021 22:10:09 -0600
Subject: [PATCH] Try removing ./ from seqwho -f in unit test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 631b8ee..d3713ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,9 +152,8 @@ seqwho:
     - schedules
   script:
   - wget -O SeqWho.ix https://cloud.biohpc.swmed.edu/index.php/s/eeNWqZz8jqN5zWY/download
-  - mkdir SeqWho_call_plots
   - singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py -h | grep -o Version.* > version_seqwho.txt
-  - singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py -f ./test_data/fastq/small/Q-Y5F6_1M.R1.fastq.gz -x SeqWho.ix
+  - singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py -f test_data/fastq/small/Q-Y5F6_1M.R1.fastq.gz -x SeqWho.ix
   - pytest -m seqwho
   artifacts:
     name: "$CI_JOB_NAME"
-- 
GitLab