From e50a7a66ce8298b6bc41007415899eb9a7e23141 Mon Sep 17 00:00:00 2001 From: Kieron Date: Thu, 29 Oct 2020 12:07:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e965c79..9d52a619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,11 +14,11 @@ build: stage: build script: - ./compile.sh - - artifacts: - paths: - - release/Asuro.iso - - Image.img - - release/*.svg + artifacts: + paths: + - release/Asuro.iso + - Image.img + - release/*.svg .test1: stage: test