Skip to content
Snippets Groups Projects
Commit 562a7198 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add anchors to ubuntu before_script jobs to overload them in submodules.

parent 7cf7154a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ build:ubuntu_python:
needs: []
tags:
- docker
before_script:
before_script: &setup_ubuntu_build
- !reference [.retrieve_deps:apt, script]
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, before_script]
......@@ -41,10 +41,9 @@ test:ubuntu_python:
- allow_failure: false
tags:
- docker
before_script:
before_script: &setup_ubuntu_test
- !reference [.retrieve_deps:apt, script]
- source venv/bin/activate
# - python -m pip install unittest-xml-reporting pytest
- python -m pip install pytest
- which python
- python -m pip list
......
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