aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-22 12:00:52 +0200
committerHampusM <hampus@hampusmat.com>2021-07-22 12:00:52 +0200
commitf932f998452ab1fe25d3938444c0222453489bf7 (patch)
tree69468ede962dbd0df2cd989690df7d2d62efc480 /.gitlab-ci.yml
parent021e74b3bb4b627d73b983d2e5de27f40b84f10c (diff)
YAML is retarded
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 9 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85afd63..996e6b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,14 @@
image: node:14-buster
cache:
- paths:
- - node_modules/
+ paths:
+ - node_modules/
test:
- stage: test
- before_script:
- - apt-get update -y -qq
- - DEBIAN_FRONTEND=noninteractive apt-get install -y -qq git libpcre3 libpcre2-posix0 libkrb5-3 libk5crypto3 libcom-err2 libssl1.1 libssl-dev
- script:
- - yarn install
- - yarn test --ci=true
-
+ stage: test
+ before_script:
+ - apt-get update -y -qq
+ - DEBIAN_FRONTEND=noninteractive apt-get install -y -qq git libpcre3 libpcre2-posix0 libkrb5-3 libk5crypto3 libcom-err2 libssl1.1 libssl-dev
+ script:
+ - yarn install
+ - yarn test --ci=true \ No newline at end of file