gitlab-ci: Specify stages
We want proper ordering on the to be added stages
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
variables:
|
||||
DEPS: build-essential git modemmanager-dev libmm-glib-dev
|
||||
WANT_BUILD_DEPS: "true"
|
||||
|
||||
Reference in New Issue
Block a user