Commit 34bf38df authored by Emeric Verschuur's avatar Emeric Verschuur
Browse files

[CI] update test run command

parent 753f7ed6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,7 +4,5 @@ stages:
tests:
  image: ubuntu:16.04
  script:
    - for t in $(grep -E -o '_test_case_(\w+)\>' ./test.sh); do 
        ./test.sh $t;
      done
    - ./test.sh
  stage: test