diff --git a/.flowconfig b/.flowconfig index 97214ee1..13295242 100644 --- a/.flowconfig +++ b/.flowconfig @@ -10,6 +10,7 @@ .*/_old/.* .*/scripts/solidity/.* .*/build/.* +.*/cache/.* [libs] ./src/flowtype/npm/redux_v3.x.x.js diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 050533d0..15bbe98e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules - - cache/Cypress + - /trezor-wallet/cache/Cypress stages: - test