diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f6dfdc9738cad2f06b36e50898859d6dc90dd7c..578de7563941d78b79c41b94cbc5b6beab310f81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build_test: script: - apt update - apt upgrade -y - - apt install -y python-numpy python3-numpy python-h5py python3-h5py python-sphinx python3-sphinx python-sphinx-rtd-theme python3-sphinx-rtd-theme ipython ipython3 flake8 python-setuptools python3-setuptools + - apt install -y python-numpy python3-numpy python-h5py python3-h5py python-sphinx python3-sphinx python-sphinx-rtd-theme python3-sphinx-rtd-theme ipython ipython3 flake8 python-setuptools python3-setuptools python-nose python3-nose - flake8 - python setup.py build - make testv2