Skip to content
Snippets Groups Projects
Commit 6cc3d86d authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

Update .gitlab-ci.yml file

parent d85a6163
No related branches found
No related tags found
No related merge requests found
Pipeline #83311 failed
......@@ -39,6 +39,9 @@ stages:
test:
stage: test
before_script:
- echo "Overwriting the test"
- apt-get update -y && apt-get install openssh-client gcc libxslt-dev libffi-dev libssl-dev build-essential python3-dev -y
script:
- pip install -r testing_requirements.txt
- nosetests --with-coverage --cover-package=apiserver --cover-xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment