Skip to content
Snippets Groups Projects
Commit f9df8453 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Added artifact for build, test should exit

parent e04ce305
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment