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:48c06762acf0bb8fa6a7f10686f3430cc3d149cf798556c138a82ded6c61e438 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...
Checking out 27417a9c as CI...

Skipping Git submodules setup
$ pip install pipenv
Collecting pipenv
  Downloading https://files.pythonhosted.org/packages/13/b4/3ffa55f77161cff9a5220f162670f7c5eb00df52e00939e203f601b0f579/pipenv-2018.11.26-py3-none-any.whl (5.2MB)
Requirement already satisfied: pip>=9.0.1 in /usr/local/lib/python3.6/site-packages (from pipenv) (19.1.1)
Collecting virtualenv-clone>=0.2.5 (from pipenv)
  Downloading https://files.pythonhosted.org/packages/ba/f8/50c2b7dbc99e05fce5e5b9d9a31f37c988c99acd4e8dedd720b7b8d4011d/virtualenv_clone-0.5.3-py2.py3-none-any.whl
Collecting certifi (from pipenv)
  Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB)
Collecting virtualenv (from pipenv)
  Downloading https://files.pythonhosted.org/packages/c4/9a/a3f62ac5122a65dec34ad4b5ed8d802633dae4bc06a0fc62e55fe3e96fe1/virtualenv-16.6.1-py2.py3-none-any.whl (2.0MB)
Requirement already satisfied: setuptools>=36.2.1 in /usr/local/lib/python3.6/site-packages (from pipenv) (41.0.1)
Installing collected packages: virtualenv-clone, certifi, virtualenv, pipenv
Successfully installed certifi-2019.6.16 pipenv-2018.11.26 virtualenv-16.6.1 virtualenv-clone-0.5.3
$ pipenv install -d
Creating a virtualenv for this project…
Pipfile: /builds/RECIRCLE/portal/Pipfile
Using /usr/local/bin/python (3.6.8) to create virtualenv…
Already using interpreter /usr/local/bin/python
Using base prefix '/usr/local'
New python executable in /root/.local/share/virtualenvs/portal-HfpVvx8U/bin/python
Installing setuptools, pip, wheel...
done.

Virtualenv location: /root/.local/share/virtualenvs/portal-HfpVvx8U
Installing dependencies from Pipfile.lock (e88401)…
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
$ cd recircle
$ git clone https://git.ik.bme.hu/RECIRCLE/interface-openstack.git
Cloning into 'interface-openstack'...
$ git checkout DEV
Previous HEAD position was 27417a9... Add inteface repo to CI
Branch DEV set up to track remote branch DEV from origin.
Switched to a new branch 'DEV'
$ mv interface-openstack interface_openstack
$ cd recircle
$ pipenv run python manage.py test
/root/.local/share/virtualenvs/portal-HfpVvx8U/bin/python: can't open file 'manage.py': [Errno 2] No such file or directory
ERROR: Job failed: exit code 1