Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathias Dahlstrøm
OV08-gitlabCI
Commits
70b7894b
Commit
70b7894b
authored
Apr 11, 2021
by
NilsTesdal
Browse files
Changed image
parent
fd808b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70b7894b
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/b
ase:10
image
:
cypress/b
rowsers:node12.14.1-chrome85-ff81
stage
:
test
script
:
# install dependencies
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment