From f9df8453b67f68f5dec296c43d4bd8da25533ac6 Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Mon, 26 Feb 2018 13:04:35 +0100 Subject: [PATCH] Added artifact for build, test should exit --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fc2482..a8dd990 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,9 @@ build: - npm run build - knex migrate:latest - knex seed:run + artifacts: + paths: + - build/ tags: - database @@ -43,6 +46,6 @@ test:lint: test:async: stage: test script: - - npm test + - npm test & tags: - development -- GitLab