Update .gitlab-ci.yml

This commit is contained in:
Julian
2020-01-27 01:01:02 +01:00
parent 814dad13e4
commit 846e4fde02

View File

@@ -1,6 +1,6 @@
stages:
- build //first build
- deploy //then deploy
- build #first build
- deploy #then deploy
build:
stage: build