From 0a5f8feca6f58c29110b121fa934bdfea1a1b2db Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 9 Aug 2017 01:09:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D1=82=D1=8C=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20npm=20run=20flow=20=D0=B2=20?= =?UTF-8?q?=D1=86=D0=B8=D0=BA=D0=BB=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22c33d0..a5a0ba1 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 # disabled due to missing libelf.so.1 in docker container + - npm run flow --silent - npm run test --silent build:production: