test: nmci should have CI=true set

Like github CI, NMCI container also has limitation on hostname dns and
etc, hence set `CI=true` environment.

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2022-12-08 20:26:47 +08:00
parent eb139e74ce
commit 59a60bb232

View File

@ -52,4 +52,4 @@ if [[ -v debug_exit_shell ]];then
fi
cd $PROJECT_DIR
env CONTAINER_CMD="podman" $TEST_CMD $ARGS
env CONTAINER_CMD="podman" CI="true" $TEST_CMD $ARGS