summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian2021-06-21 18:15:06 +0200
committerchristian2021-06-21 18:15:06 +0200
commit1ba5cb2b07a97f8c8209c12d648cf4c7db2cdf19 (patch)
treecb5836b7335bbdc0405c82fcdeb7ecd4fd5fe9b5
parent919da1ef201584ed4fb7097a45c5e4ae4c8e531f (diff)
downloadaur-1ba5cb2b07a97f8c8209c12d648cf4c7db2cdf19.tar.gz
adds namcap installation to before_script
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8283b6a39c8b..83f65571be10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
before_script:
- - sudo pacman -Sy --noconfirm pacman-contrib
+ - sudo pacman -Sy --noconfirm pacman-contrib namcap
- git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
- git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"