Running with gitlab-runner 11.10.1 (1f513601)
  on ReCircle Gitlab CLI 79a0dc69
Using Docker executor with image python:3.6 ...
Pulling docker image python:3.6 ...
Using docker image sha256:c4f7d42f7b89437feef3cf91fd5248f97a7a5e991a25a0b7132e6b07f6cb4412 for python:3.6 ...
Running on runner-79a0dc69-project-209-concurrent-0 via cloud-2819...
DEPRECATION: this GitLab server doesn't support refspecs, gitlab-runner 12.0 will no longer work with this version of GitLab
Fetching changes...
From https://git.ik.bme.hu/RECIRCLE/portal
   7196c9a..6165807  instance-fixes -> origin/instance-fixes
Checking out 61658071 as instance-fixes...

Skipping Git submodules setup
$ git submodule sync --recursive
Synchronizing submodule url for 'recircle/interface_openstack'
$ git submodule update --init --recursive
$ pip install flake8
Collecting flake8
  Downloading flake8-3.7.9-py2.py3-none-any.whl (69 kB)
Collecting entrypoints<0.4.0,>=0.3.0
  Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Collecting pyflakes<2.2.0,>=2.1.0
  Downloading pyflakes-2.1.1-py2.py3-none-any.whl (59 kB)
Collecting pycodestyle<2.6.0,>=2.5.0
  Downloading pycodestyle-2.5.0-py2.py3-none-any.whl (51 kB)
Collecting mccabe<0.7.0,>=0.6.0
  Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
Installing collected packages: entrypoints, pyflakes, pycodestyle, mccabe, flake8
Successfully installed entrypoints-0.3 flake8-3.7.9 mccabe-0.6.1 pycodestyle-2.5.0 pyflakes-2.1.1
$ flake8
Job succeeded