Update .gitlab-ci.yml

This commit is contained in:
Kieron 2020-10-29 12:07:28 +00:00
parent fdbf7d028a
commit e50a7a66ce

View File

@ -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