From 1b053030402b0f981883697f8f4c193859df7bc2 Mon Sep 17 00:00:00 2001 From: Steel <mael.acier@ensiie.fr> Date: Mon, 11 Dec 2023 19:38:55 +0100 Subject: [PATCH] logs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f3817a..9ac192f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,4 +54,4 @@ publish-npm: artifacts: when: always paths: - - /root/.npm/_logs/* + - /root/.npm/_logs/ -- GitLab