Skip to content
Snippets Groups Projects
Verified Commit ed89b339 authored by David Beniamine's avatar David Beniamine
Browse files

use before script instead of build

parent a4f8eb1a
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,9 @@ stages:
- test
- deploy
installSetupTools:
stage: build
script: pip install setuptools
installPackage:
stage: build
script: pip install -e .
before_script:
- pip install setuptools
- pip install -e .
simpleTest:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment