From 2e3dcb5329f64386bf921a90828bc6667d3bab24 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 11 Oct 2022 17:55:16 +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 5b513d2..673612d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: - apt update && apt -y upgrade # - 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 -y install curl wget - apt install -y xvfb libssl-dev openssl # wget firefox - openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes -batch -- GitLab