Skip to content
Snippets Groups Projects
Commit 06a17dc3 authored by bwalkow's avatar bwalkow
Browse files

Run tests

parent b75ece21
1 merge request!21Fix
Pipeline #13684 canceled with stages
in 6 minutes and 8 seconds
......@@ -21,8 +21,6 @@ pep8:
tests:
stage: tests
only:
- master
before_script:
- pip install tox==3.18.1
- apt-get update && apt-get install -y openjdk-8-jdk && apt-get install -y ant && apt-get clean
......@@ -41,8 +39,6 @@ tests:
pages:
stage: pages
only:
- master
script:
- mkdir -p public/coverage
- cp -r htmlcov/* public/coverage/
......
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