Commit 7fa53c50 authored by Tom Kelly's avatar Tom Kelly
Browse files

Update .gitlab-ci.yml

parent 4acee6af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ before_script:
#  - echo "Downloading reference for human genome"
#  - wget http://cf.10xgenomics.com/supp/cell-exp/refdata-cellranger-GRCh38-3.0.0.tar.gz
#  - tar -xzvf refdata-cellranger-GRCh38-3.0.0.tar.gz
#  - echo "cellranger added to PATH"
  - export PATH=~/local/lib/bin/cellranger-3.1.0:$PATH
  - echo "cellranger added to PATH"
  - export PATH=/home/tom/local/lib/bin/cellranger-3.1.0:$PATH
  - cellranger --version
  - cellranger testrun --id "test"
  - cd -