Browse Source

Fixed the CI script working directory for the admin UI

framework
Drew Short 6 years ago
parent
commit
e55a7d7563
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -17,6 +17,7 @@ administration-client-tests:
image: node:8.11-stretch image: node:8.11-stretch
stage: test stage: test
script: script:
- cd administration_client
- yarn install - yarn install
- yarn run test:unit - yarn run test:unit
tags: tags:

Loading…
Cancel
Save