summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 9a75700b..4a939fd5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -20,8 +20,8 @@ dependencies:
test:
override:
- - make clean_all && make linters
- - make test
+ - make linters
+ - npm rebuild && make test
- make functional_tests_ci
- cd service && coveralls || true