Skip to content
Snippets Groups Projects
Commit 57bc2e2c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ci

parent 3d642129
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,6 @@ test:qunit: ...@@ -71,8 +71,6 @@ test:qunit:
- public/qunit.log - public/qunit.log
- screenlog.* - screenlog.*
script: script:
- pip3 install pylint --user
- export PATH=$PATH:~/.local/bin
- make pylint - make pylint
# TODO fix the following # TODO fix the following
# - make run-qunit # - make run-qunit
......
FROM debian:latest FROM debian:latest
RUN apt-get update && \ RUN apt-get update && \
apt-get install firefox-esr pylint python3-pip -y apt-get install firefox-esr pylint python3-pip python3-httpbin -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment