gitlab-ci: Use custom reforis-image

merge-requests/213/head
Aleksandr Gumroian 4 months ago
parent 2f2b812ddb
commit 03aad5498a
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733
  1. 4
      .gitlab-ci.yml

@ -1,4 +1,4 @@
image: node:16-alpine image: registry.nic.cz/turris/reforis/reforis/reforis-image
stages: stages:
- test - test
@ -6,7 +6,7 @@ stages:
- publish - publish
before_script: before_script:
- apk add make - apt-get update && apt-get install -y make
- npm install - npm install
test: test:

Loading…
Cancel
Save