Skip to content
Snippets Groups Projects
Commit c2f6d14a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent a4992dc8
No related branches found
No related tags found
No related merge requests found
Pipeline #7142 passed
...@@ -8,20 +8,16 @@ ...@@ -8,20 +8,16 @@
- make install - make install
############ UBUNTU 16.04 TESTS ############ ############ UBUNTU 16.04 TESTS ############
wolf_build_and_test_none:xenial: build_and_test_none:xenial:
image: labrobotica/wolf_vision_deps:16.04 image: labrobotica/wolf_vision_deps:16.04
except:
- master
before_script: before_script:
- apt-get update - apt-get update
script: script:
- *build_and_test_definition - *build_and_test_definition
############ UBUNTU 18.04 TESTS ############ ############ UBUNTU 18.04 TESTS ############
wolf_build_and_test_none:bionic: build_and_test_none:bionic:
image: labrobotica/wolf_vision_deps:18.04 image: labrobotica/wolf_vision_deps:18.04
except:
- master
before_script: before_script:
- apt-get update - apt-get update
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