diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fc24823c95fbd758d85d12696b5f0063bf327e4..a8dd99059d4dbf6021e2a152de5ff8938e58494a 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