diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-04-02 12:32:28 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-04-02 12:32:28 +0300 |
| commit | 4a60652be954bdaf3a481b527717d98bbddd08df (patch) | |
| tree | 233c95b4786f760a43f08832b8c3c6a798faacac | |
| parent | 521ac622e4c1879c49ca8fd15bb53c8ec6e43323 (diff) | |
fix eslint task extending .phpunit
| -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 88a5c83db..85c3e36a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ phpunit: extends: .phpunit eslint: - extends: .phpunit + extends: .eslint phpstan: extends: .phpstan |