diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-25 04:45:00 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-25 04:45:00 -0200 |
commit | f1a920194c1acd6b85389d6492d7ebd5c96f3527 (patch) | |
tree | 6a4896e67678debc1367364e4b33094eb6b52dc9 /.gitlab-ci.yml | |
parent | b1370ded65989ecadba740227dd851b4abdc9412 (diff) | |
download | serverdata-f1a920194c1acd6b85389d6492d7ebd5c96f3527.tar.gz serverdata-f1a920194c1acd6b85389d6492d7ebd5c96f3527.tar.bz2 serverdata-f1a920194c1acd6b85389d6492d7ebd5c96f3527.tar.xz serverdata-f1a920194c1acd6b85389d6492d7ebd5c96f3527.zip |
that was silly of me, it's 04:45 AM, sorry
Diffstat (limited to '.gitlab-ci.yml')
-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 f50135134..8097c0fe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,7 @@ mariadb_run_valgrind_latest: services: - mariadb:latest -.licensecheck: +licensecheck: stage: test script: - ./.tools/jobs/licensecheck.sh |