Update .gitlab-ci.yml

This commit is contained in:
Kieron 2020-10-29 12:08:20 +00:00
parent 7ebcc9ba25
commit b4b668f204

View File

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