From 270eab46f67cca3f164e52cd1f1886cc8918cf16 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sun, 25 Jun 2017 19:10:35 +0200 Subject: [PATCH] Job not being picked up... --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2790dbe..aa86f826 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ -stages: - - test - - build test_api: - stage: test before_script: - docker-compose -f api/test.yml build script: @@ -15,7 +11,6 @@ test_api: - dind build_front: - stage: build image: node:6-alpine before_script: - cd front @@ -39,7 +34,6 @@ build_front: pages: - stage: test image: alpine before_script: - cd docs -- GitLab