summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-07-29 18:48:33 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-07-29 16:57:53 +0000
commit0622fb282c0b008980ab72172dbdfe38bde3431e (patch)
tree23ae8082ad3439526dcc6b65fda37adf5767a2b1 /.gitlab-ci.yml
parentace46576f28e3a3e52e2a27d417236f1c8956e23 (diff)
downloadepiphany-0622fb282c0b008980ab72172dbdfe38bde3431e.tar.gz
Use own docker image for check-code-style
Instead of installing necessary tools during pipeline execution, make use of a well prepared docker image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c83d7b23a..b52f6d8f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,10 +12,8 @@ stages:
check-code-style:
stage: .pre
- image: alpine:latest
+ image: registry.gitlab.gnome.org/gnome/epiphany/master:v1
interruptible: true
- before_script:
- - apk update && apk add uncrustify bash python3
script:
- bash data/check-code-style