Build before testing!

master
J. Fernando Sánchez 6 years ago
parent 1659285f0b
commit e4e1a74971

@ -6,8 +6,8 @@
# improved performance.
stages:
- test
- build
- test
- push
- deploy
- clean
@ -15,11 +15,6 @@ stages:
before_script:
- make -e login
test:
stage: test
script:
- make -e test
build:
stage: build
script:
@ -28,6 +23,11 @@ build:
- master
- fix-makefiles
test:
stage: test
script:
- make -e test
push:
stage: push
script:

Loading…
Cancel
Save