From 0506eec2966a8266f27b07f768b488843acf3139 Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Tue, 27 Feb 2018 18:09:28 +0100 Subject: [PATCH] Update --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0504721..b9ba7b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ test:async: - npm start & - curl http://localhost:3000 - sleep 5 - - curl http://localhost:3000/db/groups + - pkill node tags: - server @@ -59,7 +59,6 @@ deploy_staging: stage: deploy script: - npm start & - - sleep 30 environment: name: staging url: http://129.104.210.10:3000 -- GitLab