diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 13:59:24 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 13:59:24 +0200 |
| commit | 0499d2037c5d4b0c9e5c3ce79a222b8fbd25b3a9 (patch) | |
| tree | 2621f720e26248c560d63e4480eed02e1cd23b85 | |
| parent | 99148335c986afa9f59b556a21bb14dee0db2bc1 (diff) | |
Add proper spacing to test array
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77acffd..5823158 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ test: quality: stage: quality needs: - -test + - test image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [""] |