Skip to content
Snippets Groups Projects
Verified Commit 2314b2b6 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Deactivate test suite for now

parent 62f8d5df
No related branches found
No related tags found
No related merge requests found
Pipeline #917 passed with warnings
......@@ -38,6 +38,8 @@ test:
- .tox/screenshots
reports:
junit: .tox/junit.xml
only:
- master
lint:
stage: test
......@@ -52,19 +54,18 @@ build_dist:
artifacts:
paths:
- dist/
only:
- master
pages:
stage: deploy
before_script:
- cp -r .tox/screenshots/firefox docs/screenshots
script:
- tox -e docs -- BUILDDIR=../public/docs
- locale
artifacts:
paths:
- public/
only:
- master
build_docker:
stage: build
......
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