aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-03 20:29:43 -0500
committerJesús <heckyel@hyperbola.info>2020-03-03 20:29:43 -0500
commit5c00ea148c75afd2e84f10802b7b3b8220befc62 (patch)
tree60dead9b305f6598cea25477f590e3133601e140
parent135c541e5cc3f36e280ab0b211cf77b5458fe132 (diff)
downloadhypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.tar.lz
hypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.tar.xz
hypervideo-gui-5c00ea148c75afd2e84f10802b7b3b8220befc62.zip
[gitlab-ci] change image
-rw-r--r--.gitlab-ci.yml4
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 .