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: ...@@ -32,6 +32,9 @@ build:
- npm run build - npm run build
- knex migrate:latest - knex migrate:latest
- knex seed:run - knex seed:run
artifacts:
paths:
- build/
tags: tags:
- database - database
...@@ -43,6 +46,6 @@ test:lint: ...@@ -43,6 +46,6 @@ test:lint:
test:async: test:async:
stage: test stage: test
script: script:
- npm test - npm test &
tags: tags:
- development - 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