Changing the order again

This commit is contained in:
Justin 2019-07-11 13:00:26 -04:00
parent bff080c276
commit ff5f6bccf8

View File

@ -28,6 +28,7 @@ jobs:
node_js: 8.9.0
script:
- npm run build
- <<: *build
node_js: 10.15.3
@ -37,9 +38,6 @@ jobs:
name: 'Unit Tests 8.9.0'
script:
- npm run test:unit
- <<: *test-unit
name: 'Unit Tests 10.15.3'
node_js: 10.15.3
- &test-integration
stage: test
@ -56,6 +54,11 @@ jobs:
- echo $PERSONAL_ACCESS_TOKEN
script:
- npm run test:integration
- <<: *test-unit
name: 'Unit Tests 10.15.3'
node_js: 10.15.3
- <<: *test-integration
name: 'Integration Tests 10.15.3'
node_js: 10.15.3