Commit 6a6b4f4b authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

gitlab-ci: Replace dependencies with needs for parallel running

parent 46e2cb4f
...@@ -25,7 +25,7 @@ test autotools: ...@@ -25,7 +25,7 @@ test autotools:
image: registry.freedesktop.org/libnice/libnice/centos7/autotools-build image: registry.freedesktop.org/libnice/libnice/centos7/autotools-build
except: except:
- schedules - schedules
dependencies: needs:
- build autotools - build autotools
script: script:
- ifconfig - ifconfig
...@@ -52,7 +52,7 @@ distcheck autotools: ...@@ -52,7 +52,7 @@ distcheck autotools:
image: registry.freedesktop.org/libnice/libnice/centos7/autotools-build image: registry.freedesktop.org/libnice/libnice/centos7/autotools-build
except: except:
- schedules - schedules
dependencies: needs:
- build autotools - build autotools
script: script:
- ifconfig - ifconfig
...@@ -169,7 +169,7 @@ test meson: ...@@ -169,7 +169,7 @@ test meson:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
allow_failure: true allow_failure: true
dependencies: needs:
- build meson - build meson
except: except:
- schedules - schedules
...@@ -194,7 +194,7 @@ test valgrind meson: ...@@ -194,7 +194,7 @@ test valgrind meson:
doc-and-install meson: doc-and-install meson:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
dependencies: needs:
- build meson - build meson
except: except:
- schedules - schedules
...@@ -232,7 +232,7 @@ submit-to-coverity: ...@@ -232,7 +232,7 @@ submit-to-coverity:
pages: pages:
stage: deploy stage: deploy
dependencies: needs:
- doc-and-install meson - doc-and-install meson
only: only:
- tags - tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment