# config.yml
docker:
- image: easymetrics/circleci-gcp-node10
Essentially it's circleci/node:10.3.0 + NVM + Google Cloud SDK. The SDK is not initialized in this build, that is done during the CI run using secure environment variables ( see the gpc docs ).
The container does not have a headless browser configuration ( We use Jest because in-browser testing is over )