diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-05 13:58:31 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-05 13:58:31 -0600 |
| commit | e27441426cd127c1f9969da1fcd2fde0ab415586 (patch) | |
| tree | 80fa166696de9fe9f08f429cba2e22355bdb08ac /.gitlab-ci.yml | |
| parent | c42e9f9fe8c96677452ce4549b219aa6a5a17383 (diff) | |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64232f4..fd61f0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,4 @@ test: script: - wget https://github.com/cgreen-devs/cgreen/releases/download/1.3.0/cgreen_1.3.0_amd64.deb - dpkg -i cgreen_1.3.0_amd64.deb - - make ci - artifacts: - reports: - junit: - - ./build/junit/*.xml + - make test |
