From 288f90a6ca1d7022cd8e6e1c90dff10630bc5d37 Mon Sep 17 00:00:00 2001 From: Marius Heidenreich <marius.heidenreich@tu-dortmund.de> Date: Tue, 18 Mar 2025 18:16:30 +0000 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3662b..9d8f526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,9 @@ image: python:latest # Functions that should be executed before the build script is run before_script: - python --version ; pip --version - - pip install virtualenv - - virtualenv venv - - source venv/bin/activate - - pip install -r requirements pages: script: - - python3 main.py + - python --version artifacts: paths: # The folder that contains the files to be exposed at the Page URL -- GitLab