Skip to content
Snippets Groups Projects
Commit 83dc2646 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Update .gitlab-ci.yml file

parent ec0619e0
No related branches found
No related tags found
1 merge request!104MEP 2.4.0
Pipeline #58489 passed
...@@ -11,6 +11,7 @@ variables: ...@@ -11,6 +11,7 @@ variables:
stages: stages:
- quality - quality
- build - build
- build-push
- deploy - deploy
build-test: build-test:
...@@ -26,11 +27,11 @@ build-test: ...@@ -26,11 +27,11 @@ build-test:
- dev - dev
- merge_requests - merge_requests
build: build-push:
image: docker:18.09 image: docker:18.09
services: services:
- docker:18.09-dind - docker:18.09-dind
stage: build stage: build-push
only: only:
- master - master
- dev - dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment