From 652ed956ef6403d8dd2f2a7e8074d84dbff3fb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C5=A1t=C3=A1kov=C3=A1=2C=20Michaela?= <michaela.lestakova@tu-darmstadt.de> Date: Fri, 13 May 2022 17:21:00 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f82e38..2a75f2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,10 @@ cache: before_script: - python --version # For debugging - - pip install -r requirements.txt + - pip install virtualenv + - virtualenv venv - source venv/bin/activate + - which python test: @@ -43,6 +45,7 @@ run: tags: - env:docker script: + - pip install -r requirements.txt - python trial_json.py # an alternative approach is to install and run: # - pip install dist/* -- GitLab