1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

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:
DEPS: build-essential git modemmanager-dev libmm-glib-dev
WANT_BUILD_DEPS: "true"