Update .gitlab-ci.yml

This commit is contained in:
TheJoKlLa 2020-03-22 13:39:59 +00:00
parent fbef793b44
commit 896be4340a

View File

@ -4,7 +4,8 @@ pages:
tags: tags:
- docker - docker
script: script:
- make - chmod +x build.sh
- ./build.sh
artifacts: artifacts:
paths: paths:
- public - public