From d3a909936b407ed9f26c97911a07475ea232449a Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 11 Oct 2022 15:26:19 +0200 Subject: [PATCH] CICD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4c34a..5a2462e 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 -- GitLab