Browse Source

there is no make test target right now...

1.0.0
Georg Hopp 10 years ago
parent
commit
df90f85d98
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -12,10 +12,10 @@ build:
script: script:
- make - make
test:
stage: test
script:
- make test
# test:
# stage: test
# script:
# - make test
dist: dist:
stage: deploy stage: deploy

Loading…
Cancel
Save