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
Branches
Tags
2 merge requests!1222Add startup scripts,!1219Gitlab ci redshift
yarn-build: yarn-build:
stage: build stage: build
tags: tags:
- nodejs - redshift
script: script:
- yarn - yarn
yarn-test: yarn-test:
stage: test stage: test
tags: tags:
- nodejs - redshift
script: script:
- yarn test - yarn test
- echo "Success!" - echo "Success!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment