diff --git a/.circleci/config.yml b/.circleci/config.yml index a94f4e286b..177fc3045b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -262,6 +262,7 @@ end-to-end-test: &end-to-end-test no_output_timeout: 15m command: | export PATH=${PATH}:~/repos/golang/go/bin + export E2E_TESTS_FORCE_USE_MYCELO=true cd celo-monorepo/packages/celotool ./${TEST_NAME} local ~/repos/geth # Note, all e2e tests call 'make all' in ~/repos/geth, this causes most code