# config.yml docker: - image: easymetrics/circleci-gcp-node12Essentially it's circleci/node:12.12.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 )