Skip to content
Snippets Groups Projects
Commit d3a90993 authored by tuhe's avatar tuhe
Browse files

CICD

parent 7fdbfecf
No related merge requests found
Pipeline #8675 failed
...@@ -3,7 +3,7 @@ image: ubuntu:latest ...@@ -3,7 +3,7 @@ image: ubuntu:latest
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt install -y python3-pip python3.10 python-is-python3 - apt install -y python3-pip python3.10 python-is-python3
- apt install -y xvfb libssl-dev firefox firefox-geckodriver openssl - apt install -y xvfb libssl-dev firefox openssl
- openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes - openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
- pip install -r requirements.txt - pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment