From e55a7d756369ccc4ef1e62a65ba545666465bd4c Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 26 Aug 2018 11:39:21 -0500 Subject: [PATCH] Fixed the CI script working directory for the admin UI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cfb367..b9115b9 100644 --- a/.gitlab-ci.yml +++ b/.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: