diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 137fb381afb68daedc80ff91318b00c249ef8a82..a9decba87c68eb198d1b579ac3adb99752c32028 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: test: stage: test script: - - echo 'Make your tests here !' + - python -m unittest tests/runner.py except: - master tags: