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: stages:
- build - build
- test - test
- publish
build: build:
stage: build stage: build