diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 963aa13..04f976d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ test:frontend: - cd frontend - npm i --silent > /dev/null - npm run lint --silent - - npm run flow --silent + # - npm run flow --silent # disabled due to missing libelf.so.1 in docker container - npm run test --silent build:production: