Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bmp-caosdb
caosdb-webui
Commits
57bc2e2c
Commit
57bc2e2c
authored
Jul 16, 2019
by
Henrik tom Wörden
Browse files
ci
parent
3d642129
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
57bc2e2c
...
...
@@ -71,8 +71,6 @@ test:qunit:
-
public/qunit.log
-
screenlog.*
script
:
-
pip3 install pylint --user
-
export PATH=$PATH:~/.local/bin
-
make pylint
# TODO fix the following
# - make run-qunit
...
...
test/docker/Dockerfile
View file @
57bc2e2c
FROM
debian:latest
RUN
apt-get update
&&
\
apt-get
install
firefox-esr pylint python3-pip
-y
apt-get
install
firefox-esr pylint python3-pip
python3-httpbin
-y
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment