Commit 7a78ca4a authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Put image at the top

parent 7a24981a
...@@ -3,9 +3,12 @@ stages: ...@@ -3,9 +3,12 @@ stages:
- test - test
- deploy - deploy
default:
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
build: build:
stage: build stage: build
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
variables: variables:
PREFIX: "${CI_PROJECT_DIR}/libnice-prefix" PREFIX: "${CI_PROJECT_DIR}/libnice-prefix"
except: except:
...@@ -118,7 +121,6 @@ build msvc x86: ...@@ -118,7 +121,6 @@ build msvc x86:
test: test:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs: needs:
- build - build
except: except:
...@@ -144,7 +146,6 @@ test valgrind: ...@@ -144,7 +146,6 @@ test valgrind:
doc-and-install: doc-and-install:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs: needs:
- build - build
except: except:
...@@ -162,7 +163,6 @@ doc-and-install: ...@@ -162,7 +163,6 @@ doc-and-install:
submit-to-coverity: submit-to-coverity:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
variables: variables:
COVERITY_PROJECT: libnice COVERITY_PROJECT: libnice
PREFIX: "${CI_PROJECT_DIR}/libnice-prefix" PREFIX: "${CI_PROJECT_DIR}/libnice-prefix"
......
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