From aea6dfcb7720250f963e2f71dbaa8831d77b8c2a Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 19 Apr 2023 23:09:31 +0200 Subject: [PATCH] added automated tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbc5068..468a01d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ variables: .script-molecule-test-with-custom-config: script: - - molecule test -s with_acl_enabled + - molecule test -s with_custom_config ansible-verify: stage: verify