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