Skip to content
Snippets Groups Projects
Commit 288f90a6 authored by Marius Heidenreich's avatar Marius Heidenreich
Browse files

Edit .gitlab-ci.yml

parent abd61607
No related branches found
No related tags found
No related merge requests found
Pipeline #277536 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment