From c2aec91c6b927ed04f22b078008ff3f4765f3253 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Thu, 27 Jun 2024 08:27:32 +0000 Subject: [PATCH] Pipeline: switched lines in before_script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5c843287..443c519ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,10 @@ cache: before_script: - python --version ; pip --version # For debugging + - pip install virtualenv - virtualenv venv - source venv/bin/activate - pip install --upgrade pip setuptools wheel - - pip install virtualenv stages: # List of stages for jobs, and their order of execution - build -- GitLab