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