diff --git a/.drone.yml b/.drone.yml index ec9dadf..a10a47f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: from_secret: SECRET_DB_PORT commands: - cd ./API-Project - - npm run test:coverage + - npm run test:CI depends_on: [ api-build ] - name: docker-build-and-push