diff --git a/ci/Dockerfile b/ci/Dockerfile index 792ebdc..0f39199 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -20,4 +20,4 @@ COPY . . RUN npm run build # Execute test suite -RUN npm run test:ci +RUN npm run test:unit