diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae6ac6614d636717eba29be8fa53b59df6a37ad8..e18d92f057bb7a5f3ef95e594ca2934d119dd2e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,4 @@ test-3.4: image: mmpe/wetb script: - git pull origin master - - python3 -V \ No newline at end of file + - python3 setup.py test \ No newline at end of file