Skip to content
Snippets Groups Projects
Commit 652ed956 authored by Leštáková, Michaela's avatar Leštáková, Michaela
Browse files

Update .gitlab-ci.yml file

parent 958ec950
No related branches found
No related tags found
No related merge requests found
Pipeline #710488 failed
...@@ -25,8 +25,10 @@ cache: ...@@ -25,8 +25,10 @@ cache:
before_script: before_script:
- python --version # For debugging - python --version # For debugging
- pip install -r requirements.txt - pip install virtualenv
- virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- which python
test: test:
...@@ -43,6 +45,7 @@ run: ...@@ -43,6 +45,7 @@ run:
tags: tags:
- env:docker - env:docker
script: script:
- pip install -r requirements.txt
- python trial_json.py - python trial_json.py
# an alternative approach is to install and run: # an alternative approach is to install and run:
# - pip install dist/* # - pip install dist/*
......
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