ci: add missing stage to .gitlab-ci.yml

This commit is contained in:
Anselm Stordeur
2018-11-28 18:34:13 +01:00
parent 2e0bbb87df
commit ae868a890f

View File

@@ -12,6 +12,7 @@ before_script:
stages:
- build
- test
- publish
build:
stage: build