From 0327d72f881fc3ecc7617e6339994137f380fa77 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 25 Jun 2017 16:46:59 +0200
Subject: [PATCH] Typo in yaml

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 836600d3..c4e827c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 image: docker:latest
 
-steps:
+stages:
   - test
   - build
 
@@ -20,7 +20,9 @@ build_front:
   artifacts:
     paths:
       - front/dist
-
+  only:
+    - master
+    - develop
   tags:
     - dind
 # When using dind, it's wise to use the overlayfs driver for
-- 
GitLab