Commit df90f85d9874a99ffd2ee9f38b159b56e84ac6db

Authored by Georg Hopp
1 parent 8e233ef5

there is no make test target right now...

Showing 1 changed file with 4 additions and 4 deletions
... ... @@ -12,10 +12,10 @@ build:
12 12 script:
13 13 - make
14 14
15   -test:
16   - stage: test
17   - script:
18   - - make test
  15 +# test:
  16 +# stage: test
  17 +# script:
  18 +# - make test
19 19
20 20 dist:
21 21 stage: deploy
... ...
Please register or login to post a comment