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
stage: test
script:
- cd administration_client
- yarn install
- yarn run test:unit
tags:

Loading…
Cancel
Save