diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4c34a028ccfea9e337a63b086510972bca8914..5a2462e188dd8e60081fdad5b315b1630362ddda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:latest before_script: - apt-get update -y - 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 - pip install -r requirements.txt