diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-03 20:29:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-03 20:29:43 -0500 |
commit | 5c00ea148c75afd2e84f10802b7b3b8220befc62 (patch) | |
tree | 60dead9b305f6598cea25477f590e3133601e140 | |
parent | 135c541e5cc3f36e280ab0b211cf77b5458fe132 (diff) | |
download | hypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.tar.lz hypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.tar.xz hypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.zip |
[gitlab-ci] change image
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a1cbac..5cb6f11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:sid +image: debian:buster before_script: - apt-get update -y @@ -9,5 +9,5 @@ test_flake8: - virtualenv -p python3 venv - source venv/bin/activate - python --version - - pip install -U -r requirements_devs.txt + - pip install flake8-per-file-ignores nose - flake8 . |