Skip to content
Snippets Groups Projects
Commit 19f3615a authored by Hadrien RENAUD's avatar Hadrien RENAUD
Browse files

Ajout d'une stage staging

parent 6407e81c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ cache:
stages:
- build
- tests
- docker
### Jobs ###
......@@ -40,6 +41,13 @@ build:transpile:
paths:
- build/
tests:
stage: tests
before_script:
- export NODE_ENV=staging
script:
- npm run test
docker:build:
dependencies:
- build:transpile
......
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