1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-16 06:46:59 +02:00
parent 4407c8e6be
commit d26279a912

View file

@ -75,6 +75,5 @@ ansible-test env --dump --show --timeout "50" --color -v
if [[ "${test}" =~ integration ]]; then
bash tests/utils/gitlab/integration.sh
else
group="${args[2]}"
bash tests/utils/gitlab/sanity.sh "${group}"
bash tests/utils/gitlab/sanity.sh "$1"
fi