Test only integration tests in CI 2

pull/311/head
Vladimir Volek 5 years ago
parent 4c0a73e13a
commit e09358ef77

@ -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

Loading…
Cancel
Save