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

Commit 4e723d0

Browse files
committed
debugging cypress in gitlab script added migrate command to before_script
1 parent 250d6d6 commit 4e723d0

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
@@ -123,6 +123,7 @@ e2e cypress tests without docker-compose:
123123
GOOGLE_OAUTH2_KEY: 'google123'
124124
GOOGLE_OAUTH2_SECRET: 'google123'
125125
before_script:
126+
- python backend/manage.py migrate
126127
- /start_asgi.sh &
127128
- sleep 10
128129
script:

0 commit comments

Comments
 (0)