Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ test: stage: test script: - cd static/ - python -m http.server --bind 127.0.0.1 & - python -m http.server & - sleep 5 - cd .. - cypress run Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ test: stage: test script: - cd static/ - python -m http.server --bind 127.0.0.1 & - python -m http.server & - sleep 5 - cd .. - cypress run