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:
stage: test stage: test
image: ubuntu:18.04 image: ubuntu:18.04
before_script: before_script:
- apt-get update
- apt-get install -y sudo git - apt-get install -y sudo git
script: script:
- scripts/install.sh - scripts/install.sh

Loading…
Cancel
Save