diff --git a/.drone.yml b/.drone.yml index 7bdef48..0c4e100 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,5 @@ steps: from_secret: SONAR_TOKEN - name: Test and coverage image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest - run: npm jest --coverage \ No newline at end of file + commands: + - npm jest --coverage \ No newline at end of file