Update .gitlab-ci.yml file
This commit is contained in:
parent
2e48c3f173
commit
e6d494ab0c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ build_job:
|
|||
stage: build
|
||||
image: crystallang/crystal:1.5
|
||||
script:
|
||||
- echo "Not implemented yet"
|
||||
- make build
|
||||
artifacts:
|
||||
paths:
|
||||
- bin
|
||||
|
|
Loading…
Reference in a new issue