1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-13 17:25:34 +01:00

gitlab-ci: Use custom reforis-image

This commit is contained in:
Aleksandr Gumroian 2024-01-19 21:06:25 +03:00
parent 2f2b812ddb
commit 03aad5498a
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

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