Skip to content
Snippets Groups Projects
Commit 6a9fbcb3 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

trying to set a before_script, install requirements and run a simple test

parent 55e6cc94
No related branches found
No related tags found
2 merge requests!2Origin/aura into master,!1development branch to master branch
Pipeline #
......@@ -5,17 +5,18 @@ stages:
before_script:
- apt-get -q update && apt-get install -y python3-virtualenv
- virtualenv venv
- . venv/bin/activate
- echo $PATH
- /usr/bin/virtualenv venv
- . venv/bin/source activate
- python -V
- pip3 install requirements.txt
- mkdir /etc/aura
- mkdir /var/log/aura
- cp ./configuration/engine.ini /etc/aura/
install_dependencies:
simple_guru_help:
stage: test
script:
- pip3 install -r requirements.txt
- whoami
- mkdir /etc/aura
- mkdir /var/log/aura
- cp ./configuration/engine.ini /etc/aura/
- python3 guru.py -h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment