From 0e15bc856d59d59980a5d98c1ed42727cfb991de Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 6 Jan 2020 23:16:57 +0100 Subject: [PATCH] Fix the artifact paths key --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92b8b00..b58578a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build: - schedules - milestone--2.0 artifacts: - path: + paths: - $CI_PROJECT_NAME.tar test: @@ -30,7 +30,7 @@ test: - schedules - milestone--2.0 artifacts: - path: + paths: - $CI_PROJECT_NAME.tar publish: @@ -40,7 +40,7 @@ publish: - tags - schedules artifacts: - path: + paths: - $CI_PROJECT_NAME.tar update_docker_hub_full_description: