From 856aebbd5317b16bcac0fe5d47cb88b7c0477f73 Mon Sep 17 00:00:00 2001 From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr> Date: Wed, 6 Jul 2022 09:13:23 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7b9e4..5af2bae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ test: script: - cd ./backend - python -m uvicorn main:app --port=80 --host 0.0.0.0 - coverage: '/Code coverage: "Application startup complete."' + coverage: '/Application startup complete/' ####################################################################################################################################### #### #### -- GitLab