diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4b6c999..b75980e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,12 @@ build: stage: build - script: - - ./compile.sh - artifacts: - paths: - - release/Asuro.iso - - Image.img - - release/*.svg + script: ./compile.sh + artifacts: + paths: + - release/Asuro.iso + - Image.img + - release/*.svg .test1: stage: test