diff --git a/.circleci/tests_database_ci.sh b/.circleci/tests_database_ci.sh index 4b43da5e92..6432acf2ed 100644 --- a/.circleci/tests_database_ci.sh +++ b/.circleci/tests_database_ci.sh @@ -1,3 +1,6 @@ +pwd +cd ../.. +pwd sudo apt-get update && sudo apt-get install libvips42 bundle config --local path vendor/bundle bundle check || bundle install @@ -7,4 +10,4 @@ TESTFILES=$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --spl bundle exec rspec --format documentation \ --format RspecJunitFormatter \ -o ~/rspec/rspec.xml \ - -- ${TESTFILES} \ No newline at end of file + -- ${TESTFILES}