Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,4 +4,7 @@ test: entrypoint: [""] stage: test script: - cd static/ - python -m http.server --bind 127.0.0.1 & - cd .. - cypress run Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,4 +4,7 @@ test: entrypoint: [""] stage: test script: - cd static/ - python -m http.server --bind 127.0.0.1 & - cd .. - cypress run