summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Kromlinger2020-10-19 15:15:09 +0200
committerJustin Kromlinger2020-10-19 15:15:09 +0200
commitda8eac0493c1546cc5c9eaada8be73578bf20632 (patch)
treed0a7681950f6c47dd21f15e97793d3ce399fccdd
parent7839f2bf754893b202e43a832ae2268a9225accc (diff)
downloadaur-da8eac0493c1546cc5c9eaada8be73578bf20632.tar.gz
Fix CI include path
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43dfd70d5765..718dd29729a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
include:
- - project: 'aur-packages/ci-cd'
+ - project: 'archlinux-packages/ci-cd'
ref: master
file: 'github-packages.yml'