diff options
| author | System administrator <root@schneefux.xyz> | 2019-09-27 08:49:51 +0200 |
|---|---|---|
| committer | System administrator <root@schneefux.xyz> | 2019-09-27 08:49:51 +0200 |
| commit | 33dfcc573612a84937474173870e9c333ac48d3b (patch) | |
| tree | 37c632c93e8ddc90752075e779e31063bf6b3163 | |
| parent | 1e8f15e96b8b5190ea2336417263e576632b90c3 (diff) | |
| download | deleteme-33dfcc573612a84937474173870e9c333ac48d3b.tar.gz deleteme-33dfcc573612a84937474173870e9c333ac48d3b.zip | |
Fix CI
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a88959a..6271039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,10 @@ -image: node:12 - cache: paths: - node_modules/ -build frontend: +build: stage: build - before script: - - npm install + image: node:12 script: + - npm install - npm run start |
