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

Commit de9ac53

Browse files
committed
removed exit 0 and sleep 10:
1 parent 6a08a14 commit de9ac53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ e2e cypress tests without docker-compose:
127127
- python backend/manage.py create_default_user
128128
- cp /static/index.html backend/templates/
129129
- /start_asgi.sh &
130-
- sleep 10
131130
script:
132131
- pwd
133132
- ls
@@ -136,7 +135,6 @@ e2e cypress tests without docker-compose:
136135
- cp -r cypress/ backend/cypress
137136
- cd backend
138137
- $(npm bin)/cypress run
139-
- exit 0
140138
artifacts:
141139
paths:
142140
- cypress/videos/

0 commit comments

Comments
 (0)