.gitlab-ci.yml: rename jobs to shorter names

This commit is contained in:
Thomas Bernard 2021-09-30 22:55:44 +02:00
parent f82b0563a7
commit edb8f84d57
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
# iproute2 : /bin/ip
# net-tools : /sbin/ifconfig
job_miniupnpd_iptables:
miniupnpd_iptables:
stage: build
before_script:
- >
@ -18,7 +18,7 @@ job_miniupnpd_iptables:
- "make -j3 && make check || exit 1"
- "make dox"
job_miniupnpd_nftables:
miniupnpd_nftables:
stage: build
before_script:
- >
@ -33,7 +33,7 @@ job_miniupnpd_nftables:
- "make dox"
# i686-w64-mingw32-gcc
job_miniupnpc:
miniupnpc:
stage: build
before_script:
- >