diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 812cfe615eee8823129b9a9251414ce578c3e2e3..63bfff65ba32e72859fedb5d1dfe28766b313917 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ test-centos7: - yum install -y gcc-c++ - cd ippisite - pip3 install -r requirements.txt + - pip3 -V #test pip3 version + - python3 -V # test python3 version - python3 manage.py test deploy-webserver: stage: deploy