Skip to content
Snippets Groups Projects
Commit dd6b4036 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Update .gitlab-ci.yml

parent e39f59b9
No related branches found
No related tags found
2 merge requests!1222Add startup scripts,!1219Gitlab ci redshift
yarn-build:
stage: build
tags:
- nodejs
- redshift
script:
- yarn
yarn-test:
stage: test
tags:
- nodejs
- redshift
script:
- yarn test
- echo "Success!"
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