@@ -11,6 +11,7 @@ steps:
commands:
- cd client
- yarn install
+ - yarn test:ci
- yarn build
- mv build/* /build/
when: