diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9cab9c..963aa13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ test:frontend: - cd frontend - npm i --silent > /dev/null - npm run lint --silent + - npm run flow --silent - npm run test --silent build:production: