Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 21bf6b40 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[gitlab-ci] add rspec tests

parent 4b724830
No related branches found
No related tags found
1 merge request!67Various fixes (opa property, creation of deploy and besteffort, cosmetic stuff)
......@@ -49,3 +49,15 @@ deploy:
- grid5000-shell
script:
- /srv/ci-runner-scripts/bin/update-api-servers
rspec:
stage: deploy # we use 'deploy' here to avoid blocking on this when updating the ref-repo
tags:
- grid5000-docker
image: debian:buster
script:
- apt-get update && apt-get -y install ruby ruby-dev build-essential rake git
- gem install bundler -v 1.17.3
- bundle install
- export TZ=Europe/Paris
- bundle exec rspec
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