Browse Source

update

merge-requests/8/head
Steven Foerster 6 years ago
parent
commit
83e9bb2463
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -16,6 +16,7 @@ install: @@ -16,6 +16,7 @@ install:
stage: test
image: ubuntu:18.04
before_script:
- apt-get update
- apt-get install -y sudo git
script:
- scripts/install.sh

Loading…
Cancel
Save