1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

gitlab-ci: rm HTML index gen test from job, fails on stretch

```console
  Downloading 0d6598b1ce/slimit-0.8.1.zip (88kB)
Collecting tinycss2>=0.4 (from html5print->fdroidserver==2.1a0.dev0)
  Downloading 63bf697a7c/tinycss2-1.1.0-py3-none-any.whl
tinycss2 requires Python '>=3.6' but the running Python is 3.5.3
```
This commit is contained in:
Hans-Christoph Steiner 2021-04-06 10:22:29 +02:00
parent 2e1d11242e
commit cf1fa84c77
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -8,7 +8,7 @@ variables:
ci-images-base run-tests:
image: registry.gitlab.com/fdroid/ci-images-base
script:
- $pip install -e .[test]
- $pip install -e .
- ./tests/run-tests
# make sure that translations do not cause stacktraces
- cd $CI_PROJECT_DIR/locale