From 4fbb2cd64b5e9321759e875044468ed31bcb4582 Mon Sep 17 00:00:00 2001 From: stilobique-surface Date: Sat, 11 Jun 2022 10:19:09 +0200 Subject: [PATCH] CI Gitlab, add argument with python execution to output the sdtout --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d74c244..e5e31e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ job-build-docker-latest: - apk add py3-pip - python3 -m pip install --upgrade pip - python3 -m pip install -r requirement-build.txt - - python3 main.py + - python3 main.py -u