Skip to content
Snippets Groups Projects
Commit 8cf7c73e authored by Andri Fränkl's avatar Andri Fränkl
Browse files

Update .gitlab-ci.yml

parent ef424fc1
No related branches found
No related tags found
1 merge request!36Update .gitlab-ci.yml
Pipeline #14891 failed
......@@ -12,6 +12,7 @@ build-job: # First stage deployment and installation of dependencies.
script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
- echo "Dependencies successfully deployed."
Coverage-test-job: # Test Stage
......
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