diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 02:04:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 02:04:41 +0300 |
commit | 04780bcaad412e9321c2b424175e3efbb79f4c90 (patch) | |
tree | 31e0c50208a6712347b789bbe145638cc617745f | |
parent | e606b491b0cd44bd9fd14b3d6ac3634d7e942053 (diff) | |
download | evol-hercules-04780bcaad412e9321c2b424175e3efbb79f4c90.tar.gz evol-hercules-04780bcaad412e9321c2b424175e3efbb79f4c90.tar.bz2 evol-hercules-04780bcaad412e9321c2b424175e3efbb79f4c90.tar.xz evol-hercules-04780bcaad412e9321c2b424175e3efbb79f4c90.zip |
Fix again validator ci job name.
-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 af39c76..e1e2a85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ gcc-5: # tests -plugin_validator: +plugin-validator: stage: test script: - ./tools/ci/jobs/validate.sh |