diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3662b02741ce8e7a1deac77c65543d7b94a1bd..9d8f5260c51506b69add673a14b0555fae021190 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