From e09358ef77d221d0e63c0764889a6e292eaf4ae4 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 16 Jan 2019 15:48:01 +0100 Subject: [PATCH] Test only integration tests in CI 2 --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 807a20ec..b8d8bc08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,11 @@ image: docker:latest # - node_modules # - cache/Cypress -# stages: -# - test -# - build -# - deploy -# - integration tests +stages: + # - test + # - build + # - deploy + - integration tests # lint: # stage: test