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: build:
stage: build stage: build
script: script: ./compile.sh
- ./compile.sh artifacts:
artifacts: paths:
paths: - release/Asuro.iso
- release/Asuro.iso - Image.img
- Image.img - release/*.svg
- release/*.svg
.test1: .test1:
stage: test stage: test