From 5adbf5c33c88eab379a730752d60698ddc340fa8 Mon Sep 17 00:00:00 2001
From: Oleksandr <maksymets.o@gmail.com>
Date: Tue, 27 Aug 2019 15:32:43 -0700
Subject: [PATCH] Added proper check of test data installed to fix CI. (#193)

Added proper check of test data installed to fix CI.
---
 .circleci/config.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index fa2625603..20707ee27 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -150,8 +150,7 @@ jobs:
       - run:
           name: Download test data
           command: |
-
-              if [ ! -d ./habitat-sim/data ]
+              if [ ! -d ./habitat-sim/data/scene_datasets/habitat-test-scenes/van-gogh-room.glb ]
               then
                 cd habitat-sim
                 wget http://dl.fbaipublicfiles.com/habitat/habitat-test-scenes.zip
-- 
GitLab