Update .gitlab-ci.yml, missing releasetag stage.

This commit is contained in:
icex2
2019-11-08 21:30:18 +00:00
parent 78a7fd418a
commit ad3995eeae

View File

@@ -4,6 +4,7 @@ stages:
- build
- test
- release
- releasetag
build:
stage: build