Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 57297b9

Browse files
committed
install cypress in gitlab script
1 parent 62c5c1f commit 57297b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ e2e cypress tests without docker-compose:
129129
- pwd
130130
- ls
131131
- cd backend
132+
- npm install cypress
132133
- $(npm bin)/cypress run
133134
- exit 0
134135
artifacts:

0 commit comments

Comments
 (0)