display yarn version and node version within CI logs

This commit is contained in:
Mike Greiling 2017-02-13 12:33:23 -06:00
parent a4c0036325
commit 9a3d271294

View file

@ -107,6 +107,8 @@ setup-test-env:
<<: *dedicated-runner
stage: prepare
script:
- node --version
- yarn --version
- yarn install
- bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'