Skip to content

Commit

Permalink
Use yarn for GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 8, 2019
1 parent 1bf4bd9 commit 93f4ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ cache:
install_dependencies:
stage: build
script:
- npm install
- yarn
artifacts:
paths:
- node_modules/

run_tests:
stage: test
script:
- npm test
- yarn test

0 comments on commit 93f4ec3

Please sign in to comment.