gitlab-ci: Specify stages

We want proper ordering on the to be added stages
This commit is contained in:
Guido Günther
2020-01-13 11:33:42 +01:00
parent f66e947554
commit a85710869c

View File

@@ -1,3 +1,7 @@
stages:
- build
- test
variables: variables:
DEPS: build-essential git modemmanager-dev libmm-glib-dev DEPS: build-essential git modemmanager-dev libmm-glib-dev
WANT_BUILD_DEPS: "true" WANT_BUILD_DEPS: "true"