Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
805
Merge Requests
51
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
7abbf84a
Commit
7abbf84a
authored
15 minutes ago
by
Ben Hayward
Browse files
Options
Download
update
parent
77489767
feat/e2e-pipeline-adjustments
1 merge request
!655
WIP: [Sprint/RollingRabbit](fix): E2E Pipeline Adjustments
Pipeline
#95775623
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
View file @
7abbf84a
...
...
@@ -12,7 +12,7 @@ stages:
-
cleanup
variables
:
CYPRESS_INSTALL_BINARY
:
'
$CI_PROJECT_DIR/node_modules/.bin/cypress'
# Speeds up the install process
CYPRESS_INSTALL_BINARY
:
0
# Speeds up the install process
npm_config_cache
:
'
$CI_PROJECT_DIR/.npm'
CYPRESS_CACHE_FOLDER
:
'
$CI_PROJECT_DIR/cache/Cypress'
...
...
@@ -39,8 +39,7 @@ qa:e2e:
image
:
cypress/browsers:chrome67
stage
:
qa
variables
:
# CYPRESS_INSTALL_BINARY: 3.4.1
CYPRESS_CACHE_FOLDER
:
"
$CI_PROJECT_DIR/cache/Cypress"
CYPRESS_INSTALL_BINARY
:
3.4.1
script
:
-
npm ci
-
>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment