Skip to content
Snippets Groups Projects
Commit 968133d4 authored by Henrik tom Woerden's avatar Henrik tom Woerden
Browse files

Merge branch 'testing_ci' into 'dev'

Testing ci

See merge request bmp-caosdb/caosdb-pyinttest!3
parents 4da8730a 98bbdbda
Branches
Tags
No related merge requests found
......@@ -21,17 +21,5 @@
#
# ** end header
#
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- bundle exec rspec
rubocop:
script:
- bundle exec rubocop
code_style:
script: "flake8 --count ."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment