From b152dccfdad6da5ddeb9eae2deb321b59233bb74 Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Tue, 27 Feb 2018 18:18:51 +0100 Subject: [PATCH] MOAR GitLab CI updates --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9ba7b8..c8dc53d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,9 +48,9 @@ test:lint: test:async: stage: test script: - - npm start & - - curl http://localhost:3000 + - npm start - sleep 5 + - curl http://localhost:3000 - pkill node tags: - server @@ -58,7 +58,7 @@ test:async: deploy_staging: stage: deploy script: - - npm start & + - npm start environment: name: staging url: http://129.104.210.10:3000 -- GitLab