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

Commit abb7478

Browse files
committed
debugging cypress in gitlab script add index.html
1 parent a39fad9 commit abb7478

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
@@ -125,6 +125,7 @@ e2e cypress tests without docker-compose:
125125
before_script:
126126
- python backend/manage.py migrate
127127
- python backend/manage.py create_default_user
128+
- cp /static/index.html backend/templates/
128129
- /start_asgi.sh &
129130
- sleep 10
130131
script:

0 commit comments

Comments
 (0)