From e4acbc24d1325995755c255a11b9458570d1a4f6 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 11 Oct 2022 16:39:29 +0200 Subject: [PATCH] CICD --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 158e2e4..86c562b 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 openssl + - apt install -y xvfb libssl-dev firefox openssl wget - openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes -batch - pip install -r requirements.txt # - sudo -H pip3 install bpython selenium @@ -17,7 +17,7 @@ before_script: - rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz - chmod +x geckodriver - sudo cp geckodriver /usr/local/bin/ - + # - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' ## ## Run ssh-agent (inside the build environment) -- GitLab