diff options
author | ale <ale@incal.net> | 2020-08-24 09:32:44 +0100 |
---|---|---|
committer | ale <ale@incal.net> | 2020-08-24 09:32:44 +0100 |
commit | e7ebb0aa70b9b3832d3661143b7b7c6ad5fe81a1 (patch) | |
tree | 1229dc5cefbb4d95d361fb37b6a560f92c4e948b | |
parent | e49bdbc073537e9f8cedddbfa8fdd04d43066fbb (diff) | |
download | crawl-e7ebb0aa70b9b3832d3661143b7b7c6ad5fe81a1.tar.gz crawl-e7ebb0aa70b9b3832d3661143b7b7c6ad5fe81a1.zip |
Fix typo in CI config
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0b9ff9..ebb1d35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -include "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" +include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" stages: - test |