Skip to content
Snippets Groups Projects
Commit a6f4d82d authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[Ivette] fix gitlab-ci

# Conflicts:
#	.gitlab-ci.yml
parent e78fe22d
No related branches found
No related tags found
No related merge requests found
...@@ -221,6 +221,20 @@ e-acsl-tests-dev: ...@@ -221,6 +221,20 @@ e-acsl-tests-dev:
tags: tags:
- nix - nix
Ivette:
stage: build
image: node
cache:
paths:
- Ivette/node_modules/
script:
- node --version
- npm --version
- yarn --version
- make -C Ivette
tags:
- docker
make_public: make_public:
stage: make_public stage: make_public
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment