Update .gitlab-ci.yml file

This commit is contained in:
Glenn Y. Rolland 2022-07-09 15:30:25 +00:00
parent 2e48c3f173
commit e6d494ab0c

View file

@ -15,7 +15,7 @@ build_job:
stage: build stage: build
image: crystallang/crystal:1.5 image: crystallang/crystal:1.5
script: script:
- echo "Not implemented yet" - make build
artifacts: artifacts:
paths: paths:
- bin - bin