Skip to content
Snippets Groups Projects
Commit befe8fb7 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add .gitlab-ci.yml

parent b3893e6d
No related branches found
No related tags found
No related merge requests found
Pipeline #6700 passed with stage
in 32 seconds
stages:
- run_scripts
run_app:
stage: run_scripts
image: python:3-alpine
tags:
- amd64 # needed for matplotlib
variables:
PIP_ROOT_USER_ACTION: ignore
script:
- pip install .
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment