Skip to content
Snippets Groups Projects
Commit 70b7894b authored by NilsTesdal's avatar NilsTesdal
Browse files

Changed image

parent fd808b87
No related branches found
No related tags found
No related merge requests found
stages:
- test
variables:
npm_config_cache: "$CI_PROJECT_DIR/.npm"
CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
# https://gitlab.com/help/ci/caching/index.md
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- .npm/
- .npm
- cache/Cypress
- node_modules
test:
image: cypress/base:10
image: cypress/browsers:node12.14.1-chrome85-ff81
stage: test
script:
# install dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment