From 48f984ae26850eedf8cb12bb6fff3a3569e4bafa Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Tue, 27 Feb 2018 18:32:20 +0100 Subject: [PATCH] more --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8dc53d..42b5762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ build: paths: - build/ - node_modules/ + expire_in: + - 90 minutes tags: - database - build @@ -48,17 +50,15 @@ test:lint: test:async: stage: test script: - - npm start - - sleep 5 + - npm start & - curl http://localhost:3000 - - pkill node tags: - server deploy_staging: stage: deploy script: - - npm start + - npm start & environment: name: staging url: http://129.104.210.10:3000 -- GitLab